Class: Aws::Types::UtteranceInputSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_input ⇒ Types::UtteranceAudioInputSpecification

Returns the value of attribute audio_input.



3859
3860
3861
# File 'sig/types.rbs', line 3859

def audio_input
  @audio_input
end

#text_input ⇒ ::String

Returns the value of attribute text_input.

Returns:

  • (::String)


3858
3859
3860
# File 'sig/types.rbs', line 3858

def text_input
  @text_input
end