Class UpdateChatMessageOptions

java.lang.Object
com.azure.communication.chat.models.UpdateChatMessageOptions

public final class UpdateChatMessageOptions extends Object
Request payload for updating a chat message.
  • Constructor Details

    • UpdateChatMessageOptions

      public UpdateChatMessageOptions()
  • Method Details

    • getContent

      public String getContent()
      Get the content property: Chat message content.
      Returns:
      the content value.
    • setContent

      public UpdateChatMessageOptions setContent(String content)
      Set the content property: Chat message content.
      Parameters:
      content - the content value to set.
      Returns:
      the UpdateChatMessageOptions object itself.
    • getMetadata

      public Map<String,String> getMetadata()
      Get the metadata property: Message metadata.
      Returns:
      the metadata value.
    • setMetadata

      public UpdateChatMessageOptions setMetadata(Map<String,String> metadata)
      Set the metadata property: Message metadata.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the UpdateChatMessageOptions object itself.