Uses of Class
com.azure.communication.chat.models.SendChatMessageResult
Packages that use SendChatMessageResult
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of SendChatMessageResult in com.azure.communication.chat
Methods in com.azure.communication.chat that return SendChatMessageResultModifier and TypeMethodDescriptionChatThreadClient.sendMessage
(SendChatMessageOptions options) Sends a message to a thread.Methods in com.azure.communication.chat that return types with arguments of type SendChatMessageResultModifier and TypeMethodDescriptionChatThreadAsyncClient.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 SendChatMessageResult in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return SendChatMessageResultModifier and TypeMethodDescriptionSet the id property: A server-generated message id.