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

Copy path to clipboard

Source

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