Class: Aws::LexModelsV2::Types::DefaultConditionalBranch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#next_stepTypes::DialogState

The next step in the conversation.

Returns:



4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4902

class DefaultConditionalBranch < Struct.new(
  :next_step,
  :response)
  SENSITIVE = []
  include Aws::Structure
end

#responseTypes::ResponseSpecification

Specifies a list of message groups that Amazon Lex uses to respond the user input.



4902
4903
4904
4905
4906
4907
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4902

class DefaultConditionalBranch < Struct.new(
  :next_step,
  :response)
  SENSITIVE = []
  include Aws::Structure
end