| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PersistentChat |
PersistentChat.clone() |
PersistentChat |
StartChatContactRequest.getPersistentChat()
Enable persistent chats.
|
PersistentChat |
PersistentChat.withRehydrationType(RehydrationType rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat |
PersistentChat.withRehydrationType(String rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat |
PersistentChat.withSourceContactId(String sourceContactId)
The contactId from which a persistent chat session must be started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartChatContactRequest.setPersistentChat(PersistentChat persistentChat)
Enable persistent chats.
|
StartChatContactRequest |
StartChatContactRequest.withPersistentChat(PersistentChat persistentChat)
Enable persistent chats.
|
Copyright © 2024. All rights reserved.