Class: Aws::Types::UtteranceInputSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceInputSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_input ⇒ Types::UtteranceAudioInputSpecification
Returns the value of attribute audio_input.
-
#text_input ⇒ ::String
Returns the value of attribute text_input.
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.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def text_input @text_input end |