Class: Aws::LexModelsV2::Types::InitialResponseSetting

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_hookTypes::DialogCodeHookInvocationSetting

Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.



8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8185

class InitialResponseSetting < Struct.new(
  :initial_response,
  :next_step,
  :conditional,
  :code_hook)
  SENSITIVE = []
  include Aws::Structure
end

#conditionalTypes::ConditionalSpecification

Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.



8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8185

class InitialResponseSetting < Struct.new(
  :initial_response,
  :next_step,
  :conditional,
  :code_hook)
  SENSITIVE = []
  include Aws::Structure
end

#initial_responseTypes::ResponseSpecification

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



8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8185

class InitialResponseSetting < Struct.new(
  :initial_response,
  :next_step,
  :conditional,
  :code_hook)
  SENSITIVE = []
  include Aws::Structure
end

#next_stepTypes::DialogState

The next step in the conversation.

Returns:



8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8185

class InitialResponseSetting < Struct.new(
  :initial_response,
  :next_step,
  :conditional,
  :code_hook)
  SENSITIVE = []
  include Aws::Structure
end