/dhall-aws-cloudformation/cloudformation/AWS::Lex::Bot/ResponseSpecification.dhall

Copy path to clipboard

Source

{ Type =
{ AllowInterrupt : Optional Bool
, MessageGroupsList : List (./MessageGroup.dhall).Type
}
, default.AllowInterrupt = None Bool
}