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

Copy path to clipboard

Source

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