Class: Aws::Types::StartContactStreamingRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContactStreamingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chat_streaming_configuration ⇒ Types::ChatStreamingConfiguration
Returns the value of attribute chat_streaming_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#chat_streaming_configuration ⇒ Types::ChatStreamingConfiguration
Returns the value of attribute chat_streaming_configuration.
7882 7883 7884 |
# File 'sig/types.rbs', line 7882 def chat_streaming_configuration @chat_streaming_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7883 7884 7885 |
# File 'sig/types.rbs', line 7883 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7881 7882 7883 |
# File 'sig/types.rbs', line 7881 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7880 7881 7882 |
# File 'sig/types.rbs', line 7880 def instance_id @instance_id end |