Class: Aws::LexModelsV2::Types::DefaultConditionalBranch
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DefaultConditionalBranch
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
A set of actions that Amazon Lex should run if none of the other conditions are met.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_step ⇒ Types::DialogState
The next step in the conversation.
-
#response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
Instance Attribute Details
#next_step ⇒ Types::DialogState
The next step in the conversation.
4975 4976 4977 4978 4979 4980 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4975 class DefaultConditionalBranch < Struct.new( :next_step, :response) SENSITIVE = [] include Aws::Structure end |
#response ⇒ Types::ResponseSpecification
Specifies a list of message groups that Amazon Lex uses to respond the user input.
4975 4976 4977 4978 4979 4980 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4975 class DefaultConditionalBranch < Struct.new( :next_step, :response) SENSITIVE = [] include Aws::Structure end |