Class: Aws::Types::RecognizeUtteranceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_stream ⇒ ::IO

Returns the value of attribute audio_stream.

Returns:

  • (::IO)


284
285
286
# File 'sig/types.rbs', line 284

def audio_stream
  @audio_stream
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def content_type
  @content_type
end

#input_mode ⇒ ::String

Returns the value of attribute input_mode.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def input_mode
  @input_mode
end

#input_transcript ⇒ ::String

Returns the value of attribute input_transcript.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def input_transcript
  @input_transcript
end

#interpretations ⇒ ::String

Returns the value of attribute interpretations.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def interpretations
  @interpretations
end

#messages ⇒ ::String

Returns the value of attribute messages.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def messages
  @messages
end

#recognized_bot_member ⇒ ::String

Returns the value of attribute recognized_bot_member.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def recognized_bot_member
  @recognized_bot_member
end

#request_attributes ⇒ ::String

Returns the value of attribute request_attributes.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def request_attributes
  @request_attributes
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def session_id
  @session_id
end

#session_state ⇒ ::String

Returns the value of attribute session_state.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def session_state
  @session_state
end