Uses of Class
com.azure.communication.chat.models.UpdateChatMessageOptions
Packages that use UpdateChatMessageOptions
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing the data models for AzureCommunicationChatService.
-
Uses of UpdateChatMessageOptions in com.azure.communication.chat
Methods in com.azure.communication.chat with parameters of type UpdateChatMessageOptionsModifier and TypeMethodDescriptionChatThreadAsyncClient.updateMessage
(String chatMessageId, UpdateChatMessageOptions options) Updates a message.void
ChatThreadClient.updateMessage
(String chatMessageId, UpdateChatMessageOptions options) Updates a message.ChatThreadAsyncClient.updateMessageWithResponse
(String chatMessageId, UpdateChatMessageOptions options) Updates a message.com.azure.core.http.rest.Response
<Void> ChatThreadClient.updateMessageWithResponse
(String chatMessageId, UpdateChatMessageOptions options, com.azure.core.util.Context context) Updates a message. -
Uses of UpdateChatMessageOptions in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return UpdateChatMessageOptionsModifier and TypeMethodDescriptionUpdateChatMessageOptions.setContent
(String content) Set the content property: Chat message content.UpdateChatMessageOptions.setMetadata
(Map<String, String> metadata) Set the metadata property: Message metadata.