Uses of Class
com.azure.communication.chat.models.ChatMessageContent
Packages that use ChatMessageContent
Package
Description
Package containing the data models for AzureCommunicationChatService.
-
Uses of ChatMessageContent in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatMessageContentModifier and TypeMethodDescriptionChatMessage.getContent()
Get the content property: Content of the chat message.ChatMessageContent.setAttachments
(Iterable<ChatAttachment> attachments) Set the attachments property: List of attachments for this message.Methods in com.azure.communication.chat.models with parameters of type ChatMessageContentModifier and TypeMethodDescriptionChatMessage.setContent
(ChatMessageContent content) Set the content property: Content of the chat message.