Class: Aws::LexModelsV2::Types::PromptAttemptSpecification

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

Overview

Specifies the settings on a prompt attempt.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_interruptBoolean

Indicates whether the user can interrupt a speech prompt attempt from the bot.

Returns:

  • (Boolean)


11452
11453
11454
11455
11456
11457
11458
11459
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11452

class PromptAttemptSpecification < Struct.new(
  :allow_interrupt,
  :allowed_input_types,
  :audio_and_dtmf_input_specification,
  :text_input_specification)
  SENSITIVE = []
  include Aws::Structure
end

#allowed_input_typesTypes::AllowedInputTypes

Indicates the allowed input types of the prompt attempt.



11452
11453
11454
11455
11456
11457
11458
11459
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11452

class PromptAttemptSpecification < Struct.new(
  :allow_interrupt,
  :allowed_input_types,
  :audio_and_dtmf_input_specification,
  :text_input_specification)
  SENSITIVE = []
  include Aws::Structure
end

#audio_and_dtmf_input_specificationTypes::AudioAndDTMFInputSpecification

Specifies the settings on audio and DTMF input.



11452
11453
11454
11455
11456
11457
11458
11459
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11452

class PromptAttemptSpecification < Struct.new(
  :allow_interrupt,
  :allowed_input_types,
  :audio_and_dtmf_input_specification,
  :text_input_specification)
  SENSITIVE = []
  include Aws::Structure
end

#text_input_specificationTypes::TextInputSpecification

Specifies the settings on text input.



11452
11453
11454
11455
11456
11457
11458
11459
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11452

class PromptAttemptSpecification < Struct.new(
  :allow_interrupt,
  :allowed_input_types,
  :audio_and_dtmf_input_specification,
  :text_input_specification)
  SENSITIVE = []
  include Aws::Structure
end