Class UpdateChatThreadOptions

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

public final class UpdateChatThreadOptions extends Object
Request payload for updating a chat thread.
  • Constructor Details

    • UpdateChatThreadOptions

      public UpdateChatThreadOptions()
  • Method Details

    • getTopic

      public String getTopic()
      Get the topic property: Chat thread topic.
      Returns:
      the topic value.
    • setTopic

      public UpdateChatThreadOptions setTopic(String topic)
      Set the topic property: Chat thread topic.
      Parameters:
      topic - the topic value to set.
      Returns:
      the UpdateChatThreadOptions object itself.