Class: Aws::LexModelsV2::Types::DTMFSpecification

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

Overview

Specifies the DTMF input specifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_characterString

The DTMF character that clears the accumulated DTMF digits and immediately ends the input.

Returns:

  • (String)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4770

class DTMFSpecification < Struct.new(
  :max_length,
  :end_timeout_ms,
  :deletion_character,
  :end_character)
  SENSITIVE = []
  include Aws::Structure
end

#end_characterString

The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.

Returns:

  • (String)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4770

class DTMFSpecification < Struct.new(
  :max_length,
  :end_timeout_ms,
  :deletion_character,
  :end_character)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeout_msInteger

How long the bot should wait after the last DTMF character input before assuming that the input has concluded.

Returns:

  • (Integer)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4770

class DTMFSpecification < Struct.new(
  :max_length,
  :end_timeout_ms,
  :deletion_character,
  :end_character)
  SENSITIVE = []
  include Aws::Structure
end

#max_lengthInteger

The maximum number of DTMF digits allowed in an utterance.

Returns:

  • (Integer)


4770
4771
4772
4773
4774
4775
4776
4777
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 4770

class DTMFSpecification < Struct.new(
  :max_length,
  :end_timeout_ms,
  :deletion_character,
  :end_character)
  SENSITIVE = []
  include Aws::Structure
end