Class InputEvent

java.lang.Object
com.vonage.client.incoming.InputEvent
All Implemented Interfaces:
Jsonable

@Deprecated public class InputEvent extends Object implements Jsonable
Deprecated.
  • Constructor Details

  • Method Details

    • getUuid

      public String getUuid()
      Deprecated.
      Returns:
      The unique identifier for this call
    • getConversationUuid

      Deprecated.
      Returns:
      The unique identifier for this conversation
    • getDtmf

      public DtmfResult getDtmf()
      Deprecated.
      Returns:
      DTMF capturing results.
    • getTimestamp

      public Date getTimestamp()
      Deprecated.
      Returns:
      Timestamp (ISO 8601 format)
    • getTo

      public String getTo()
      Deprecated.
      Returns:
      The number the call was made to
    • getFrom

      public String getFrom()
      Deprecated.
      Returns:
      The number the call came from
    • getSpeech

      Deprecated.
      Returns:
      Speech recognition results
      Since:
      6.0.0
    • fromJson

      public static InputEvent fromJson(String json)
      Deprecated.