Package com.vonage.client.incoming
Class InputEvent
java.lang.Object
com.vonage.client.incoming.InputEvent
- All Implemented Interfaces:
Jsonable
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputEventDeprecated.Deprecated.getDtmf()Deprecated.getFrom()Deprecated.Deprecated.Deprecated.getTo()Deprecated.getUuid()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
InputEvent
public InputEvent()Deprecated.
-
-
Method Details
-
getUuid
Deprecated.- Returns:
- The unique identifier for this call
-
getConversationUuid
Deprecated.- Returns:
- The unique identifier for this conversation
-
getDtmf
Deprecated.- Returns:
- DTMF capturing results.
-
getTimestamp
Deprecated.- Returns:
- Timestamp (ISO 8601 format)
-
getTo
Deprecated.- Returns:
- The number the call was made to
-
getFrom
Deprecated.- Returns:
- The number the call came from
-
getSpeech
Deprecated.- Returns:
- Speech recognition results
- Since:
- 6.0.0
-
fromJson
Deprecated.
-
EventWebhook.