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.



8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8008

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.



8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8008

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.



8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8008

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:



8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8008

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