/dhall-aws-cloudformation/cloudformation/AWS::Lex::Bot/ResponseSpecification.dhall
Copy path to clipboardSource
{ Type =
{ AllowInterrupt : Optional Bool
, MessageGroupsList : List (./MessageGroup.dhall).Type
}
, default.AllowInterrupt = None Bool
}