Class: Aws::Types::AudioAndDTMFInputSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_specification ⇒ Types::AudioSpecification

Returns the value of attribute audio_specification.



273
274
275
# File 'sig/types.rbs', line 273

def audio_specification
  @audio_specification
end

#dtmf_specification ⇒ Types::DTMFSpecification

Returns the value of attribute dtmf_specification.



274
275
276
# File 'sig/types.rbs', line 274

def dtmf_specification
  @dtmf_specification
end

#start_timeout_ms ⇒ ::Integer

Returns the value of attribute start_timeout_ms.

Returns:

  • (::Integer)


272
273
274
# File 'sig/types.rbs', line 272

def start_timeout_ms
  @start_timeout_ms
end