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.
contentType - The type of the content. Supported types are text/plain.ChatMessage.Builder content(String content)
The content of the chat message.
content - The content of the chat message.Copyright © 2022. All rights reserved.