Class: Aws::Connect::Types::CreatePersistentContactAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreatePersistentContactAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continued_from_contact_id ⇒ String
The contactId from which a persistent chat session is started.
Instance Attribute Details
#continued_from_contact_id ⇒ String
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
3823 3824 3825 3826 3827 |
# File 'lib/aws-sdk-connect/types.rb', line 3823 class CreatePersistentContactAssociationResponse < Struct.new( :continued_from_contact_id) SENSITIVE = [] include Aws::Structure end |