Uses of Class
com.azure.communication.chat.models.SendChatMessageOptions
Packages that use SendChatMessageOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of SendChatMessageOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type SendChatMessageOptionsModifier and TypeMethodDescriptionChatThreadAsyncClient.sendMessage
(SendChatMessageOptions options) Sends a message to a thread.ChatThreadClient.sendMessage
(SendChatMessageOptions options) Sends a message to a thread.Mono
<com.azure.core.http.rest.Response<SendChatMessageResult>> ChatThreadAsyncClient.sendMessageWithResponse
(SendChatMessageOptions options) Sends a message to a thread.com.azure.core.http.rest.Response
<SendChatMessageResult> ChatThreadClient.sendMessageWithResponse
(SendChatMessageOptions options, com.azure.core.util.Context context) Sends a message to a thread. -
Uses of SendChatMessageOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return SendChatMessageOptionsModifier and TypeMethodDescriptionSendChatMessageOptions.setContent
(String content) Set the content property: Chat message content.SendChatMessageOptions.setMetadata
(Map<String, String> metadata) Set the metadata property: Message metadata.SendChatMessageOptions.setSenderDisplayName
(String senderDisplayName) Set the senderDisplayName property: The display name of the chat message sender.SendChatMessageOptions.setType
(ChatMessageType type) Set the type property: The chat message type.