Class: Aws::Types::StartConversationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def bot_alias_id
  @bot_alias_id
end

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def bot_id
  @bot_id
end

#conversation_mode ⇒ "AUDIO", "TEXT"

Returns the value of attribute conversation_mode.

Returns:

  • ("AUDIO", "TEXT")


354
355
356
# File 'sig/types.rbs', line 354

def conversation_mode
  @conversation_mode
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def locale_id
  @locale_id
end

#request_event_stream ⇒ Types::StartConversationRequestEventStream

Returns the value of attribute request_event_stream.



355
356
357
# File 'sig/types.rbs', line 355

def request_event_stream
  @request_event_stream
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def session_id
  @session_id
end