public static interface PersistentChat.Builder extends SdkPojo, CopyableBuilder<PersistentChat.Builder,PersistentChat>
| Modifier and Type | Method and Description |
|---|---|
PersistentChat.Builder |
rehydrationType(RehydrationType rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat.Builder |
rehydrationType(String rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat.Builder |
sourceContactId(String sourceContactId)
The contactId from which a persistent chat session must be started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPersistentChat.Builder rehydrationType(String rehydrationType)
The contactId that is used for rehydration depends on the rehydration type. RehydrationType is required for persistent chat.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat contact of
the specified past ended chat session. To use this type, provide the initialContactId of the
past ended chat session in the sourceContactId field. In this type, Amazon Connect determines
the most recent chat contact on the specified chat session that has ended, and uses it to start a persistent
chat.
FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the
sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
rehydrationType - The contactId that is used for rehydration depends on the rehydration type. RehydrationType is
required for persistent chat.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat
contact of the specified past ended chat session. To use this type, provide the
initialContactId of the past ended chat session in the sourceContactId
field. In this type, Amazon Connect determines the most recent chat contact on the specified chat
session that has ended, and uses it to start a persistent chat.
FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the
sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
RehydrationType,
RehydrationTypePersistentChat.Builder rehydrationType(RehydrationType rehydrationType)
The contactId that is used for rehydration depends on the rehydration type. RehydrationType is required for persistent chat.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat contact of
the specified past ended chat session. To use this type, provide the initialContactId of the
past ended chat session in the sourceContactId field. In this type, Amazon Connect determines
the most recent chat contact on the specified chat session that has ended, and uses it to start a persistent
chat.
FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the
sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
rehydrationType - The contactId that is used for rehydration depends on the rehydration type. RehydrationType is
required for persistent chat.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat
contact of the specified past ended chat session. To use this type, provide the
initialContactId of the past ended chat session in the sourceContactId
field. In this type, Amazon Connect determines the most recent chat contact on the specified chat
session that has ended, and uses it to start a persistent chat.
FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the
sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
RehydrationType,
RehydrationTypePersistentChat.Builder sourceContactId(String sourceContactId)
The contactId from which a persistent chat session must be started.
sourceContactId - The contactId from which a persistent chat session must be started.Copyright © 2023. All rights reserved.