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