Class: Aws::LexModelsV2::Types::IntentClosingSetting

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

Overview

Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.

Returns:

  • (Boolean)


5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5440

class IntentClosingSetting < Struct.new(
  :closing_response,
  :active,
  :next_step,
  :conditional)
  SENSITIVE = []
  include Aws::Structure
end

#closing_responseTypes::ResponseSpecification

The response that Amazon Lex sends to the user when the intent is complete.



5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5440

class IntentClosingSetting < Struct.new(
  :closing_response,
  :active,
  :next_step,
  :conditional)
  SENSITIVE = []
  include Aws::Structure
end

#conditionalTypes::ConditionalSpecification

A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.



5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5440

class IntentClosingSetting < Struct.new(
  :closing_response,
  :active,
  :next_step,
  :conditional)
  SENSITIVE = []
  include Aws::Structure
end

#next_stepTypes::DialogState

Specifies the next step that the bot executes after playing the intent's closing response.

Returns:



5440
5441
5442
5443
5444
5445
5446
5447
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5440

class IntentClosingSetting < Struct.new(
  :closing_response,
  :active,
  :next_step,
  :conditional)
  SENSITIVE = []
  include Aws::Structure
end