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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11525
11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525

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.



11525
11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525

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.



11525
11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525

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.



11525
11526
11527
11528
11529
11530
11531
11532
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11525

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