| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static ChatMessage.Builder |
ChatMessage.builder() |
ChatMessage.Builder |
ChatMessage.Builder.content(String content)
The content of the chat message.
|
ChatMessage.Builder |
ChatMessage.Builder.contentType(String contentType)
The type of the content.
|
ChatMessage.Builder |
ChatMessage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChatMessage.Builder> |
ChatMessage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartChatContactRequest.Builder |
StartChatContactRequest.Builder.initialMessage(Consumer<ChatMessage.Builder> initialMessage)
The initial message to be sent to the newly created chat.
|
Copyright © 2021. All rights reserved.