Class: Aws::Types::RecognizeUtteranceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:session_state, :request_attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def bot_alias_id
  @bot_alias_id
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def bot_id
  @bot_id
end

#input_stream ⇒ ::IO

Returns the value of attribute input_stream.

Returns:

  • (::IO)


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

def input_stream
  @input_stream
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def locale_id
  @locale_id
end

#request_attributes ⇒ ::String

Returns the value of attribute request_attributes.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def request_attributes
  @request_attributes
end

#request_content_type ⇒ ::String

Returns the value of attribute request_content_type.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def request_content_type
  @request_content_type
end

#response_content_type ⇒ ::String

Returns the value of attribute response_content_type.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def response_content_type
  @response_content_type
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def session_id
  @session_id
end

#session_state ⇒ ::String

Returns the value of attribute session_state.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def session_state
  @session_state
end