| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static PersistentChat.Builder |
PersistentChat.builder() |
PersistentChat.Builder |
PersistentChat.Builder.rehydrationType(RehydrationType rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat.Builder |
PersistentChat.Builder.rehydrationType(String rehydrationType)
The contactId that is used for rehydration depends on the rehydration type.
|
PersistentChat.Builder |
PersistentChat.Builder.sourceContactId(String sourceContactId)
The contactId from which a persistent chat session must be started.
|
PersistentChat.Builder |
PersistentChat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersistentChat.Builder> |
PersistentChat.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartChatContactRequest.Builder |
StartChatContactRequest.Builder.persistentChat(Consumer<PersistentChat.Builder> persistentChat)
Enable persistent chats.
|
Copyright © 2023. All rights reserved.