Package com.vonage.client.voice.ncco
Class ConversationAction
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.voice.ncco.ConversationAction
An NCCO conversation action which enables the ability to host conference calls.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for specifying the properties of a Conversation NCCO. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConversationAction.BuilderEntrypoint for constructing an instance of this class.getMute()getName()Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getAction
-
getName
-
getMusicOnHoldUrl
-
getStartOnEnter
-
getEndOnExit
-
getMute
-
getRecord
-
getEventUrl
-
getEventMethod
-
getCanSpeak
-
getCanHear
-
getTranscription
-
builder
Entrypoint for constructing an instance of this class.- Parameters:
name- The name of the Conversation room.- Returns:
- A new Builder.
-