Class AcsMessageInteractiveListReplyContent

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsMessageInteractiveListReplyContent
All Implemented Interfaces:
com.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>

public final class AcsMessageInteractiveListReplyContent extends Object implements com.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>
Message Interactive list reply content for a user to business message.
  • Method Details

    • getListItemId

      public String getListItemId()
      Get the listItemId property: The ID of the selected list item.
      Returns:
      the listItemId value.
    • getTitle

      public String getTitle()
      Get the title property: The title of the selected list item.
      Returns:
      the title value.
    • getDescription

      public String getDescription()
      Get the description property: The description of the selected row.
      Returns:
      the description value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AcsMessageInteractiveListReplyContent>
      Throws:
      IOException
    • fromJson

      public static AcsMessageInteractiveListReplyContent fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AcsMessageInteractiveListReplyContent from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AcsMessageInteractiveListReplyContent if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AcsMessageInteractiveListReplyContent.