Class SmsInboundMetadata

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.sms.SmsInboundMetadata
All Implemented Interfaces:
Jsonable

public final class SmsInboundMetadata extends JsonableBaseObject
Used to describe inbound SMS metadata.
Since:
7.2.0
  • Method Details

    • getNumMessages

      The number of inbound SMS messages concatenated together to comprise this message. SMS messages are 160 characters, if an inbound message exceeds that size they are concatenated together to form a single message. This number indicates how many messages formed this webhook.
      Returns:
      The total number of SMS messages used to create the text message.
    • getTotalCount

      The number of inbound SMS messages concatenated together to comprise this message. SMS messages are 160 characters, if an inbound message exceeds that size they are concatenated together to form a single message. This number indicates how many messages formed this webhook.
      Returns:
      The total number of SMS messages used to create the text message.
    • getKeyword

      public String getKeyword()
      The first word of the message sent to uppercase.
      Returns:
      The keyword.