Class: Aws::LexModelsV2::Types::ResponseSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ResponseSpecification
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_interrupt ⇒ Boolean
Indicates whether the user can interrupt a speech response from Amazon Lex.
-
#message_groups ⇒ Array<Types::MessageGroup>
A collection of responses that Amazon Lex can send to the user.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Indicates whether the user can interrupt a speech response from Amazon Lex.
11739 11740 11741 11742 11743 11744 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11739 class ResponseSpecification < Struct.new( :message_groups, :allow_interrupt) SENSITIVE = [] include Aws::Structure end |
#message_groups ⇒ Array<Types::MessageGroup>
A collection of responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime.
11739 11740 11741 11742 11743 11744 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11739 class ResponseSpecification < Struct.new( :message_groups, :allow_interrupt) SENSITIVE = [] include Aws::Structure end |