| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ChatMessage |
ChatMessage.clone() |
ChatMessage |
StartChatContactRequest.getInitialMessage()
The initial message to be sent to the newly created chat.
|
ChatMessage |
ChatMessage.withContent(String content)
The content of the chat message.
|
ChatMessage |
ChatMessage.withContentType(String contentType)
The type of the content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartChatContactRequest.setInitialMessage(ChatMessage initialMessage)
The initial message to be sent to the newly created chat.
|
StartChatContactRequest |
StartChatContactRequest.withInitialMessage(ChatMessage initialMessage)
The initial message to be sent to the newly created chat.
|
Copyright © 2021. All rights reserved.