Class ConversationProperties

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.ConversationProperties
All Implemented Interfaces:
Jsonable

Additional properties for a Conversation.
  • Method Details

    • getTtl

      public Integer getTtl()
      Number of seconds after which an empty conversation is deleted.
      Returns:
      The empty time-to-live in seconds, or null if unspecified.
    • getType

      public String getType()
      Conversation type.
      Returns:
      The conversation type as a string, or null if unknown.
    • getCustomSortKey

      Custom sort key.
      Returns:
      The custom sort key as a string, or null if unspecified.
    • getCustomData

      Custom key-value pairs to be included with conversation data.
      Returns:
      The custom properties as a Map, or null if unspecified.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.