Class: Aws::LexModelsV2::Types::WaitAndContinueSpecification

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

Overview

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.

Returns:

  • (Boolean)


15920
15921
15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15920

class WaitAndContinueSpecification < Struct.new(
  :waiting_response,
  :continue_response,
  :still_waiting_response,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#continue_responseTypes::ResponseSpecification

The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.



15920
15921
15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15920

class WaitAndContinueSpecification < Struct.new(
  :waiting_response,
  :continue_response,
  :still_waiting_response,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#still_waiting_responseTypes::StillWaitingResponseSpecification

A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.



15920
15921
15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15920

class WaitAndContinueSpecification < Struct.new(
  :waiting_response,
  :continue_response,
  :still_waiting_response,
  :active)
  SENSITIVE = []
  include Aws::Structure
end

#waiting_responseTypes::ResponseSpecification

The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.



15920
15921
15922
15923
15924
15925
15926
15927
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 15920

class WaitAndContinueSpecification < Struct.new(
  :waiting_response,
  :continue_response,
  :still_waiting_response,
  :active)
  SENSITIVE = []
  include Aws::Structure
end