public static interface ChatMessage.Builder extends SdkPojo, CopyableBuilder<ChatMessage.Builder,ChatMessage>
| Modifier and Type | Method and Description |
|---|---|
ChatMessage.Builder |
content(String content)
The content of the chat message.
|
ChatMessage.Builder |
contentType(String contentType)
The type of the content.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChatMessage.Builder contentType(String contentType)
The type of the content. Supported types are text/plain, text/markdown,
application/json, and
application/vnd.amazonaws.connect.message.interactive.response.
contentType - The type of the content. Supported types are text/plain, text/markdown,
application/json, and
application/vnd.amazonaws.connect.message.interactive.response.ChatMessage.Builder content(String content)
The content of the chat message.
For text/plain and text/markdown, the Length Constraints are Minimum of 1, Maximum
of 1024.
For application/json, the Length Constraints are Minimum of 1, Maximum of 12000.
For application/vnd.amazonaws.connect.message.interactive.response, the Length Constraints are
Minimum of 1, Maximum of 12288.
content - The content of the chat message.
For text/plain and text/markdown, the Length Constraints are Minimum of 1,
Maximum of 1024.
For application/json, the Length Constraints are Minimum of 1, Maximum of 12000.
For application/vnd.amazonaws.connect.message.interactive.response, the Length
Constraints are Minimum of 1, Maximum of 12288.
Copyright © 2023. All rights reserved.