Class: Aws::Types::StartContactStreamingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chat_streaming_configurationTypes::ChatStreamingConfiguration

Returns the value of attribute chat_streaming_configuration.



7982
7983
7984
# File 'sig/types.rbs', line 7982

def chat_streaming_configuration
  @chat_streaming_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7983
7984
7985
# File 'sig/types.rbs', line 7983

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7981
7982
7983
# File 'sig/types.rbs', line 7981

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7980
7981
7982
# File 'sig/types.rbs', line 7980

def instance_id
  @instance_id
end