Uses of Class
com.vonage.client.voice.ncco.ConversationAction.Builder
Packages that use ConversationAction.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of ConversationAction.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return ConversationAction.BuilderModifier and TypeMethodDescriptionConversationAction.Builder.addCanHear(String... uuid) Convenience method for adding a leg ID to thecanHearcollection.ConversationAction.Builder.addCanSpeak(String... uuid) Convenience method for adding a leg ID to thecanSpeakcollection.static ConversationAction.BuilderEntrypoint for constructing an instance of this class.ConversationAction.Builder.canHear(Collection<String> canHear) A collection of leg UUIDs that this participant can hear.ConversationAction.Builder.canSpeak(Collection<String> canSpeak) A collection of leg UUIDs that this participant can be heard by.For moderated conversations, set totruein the moderator NCCO so the conversation is ended when the moderator hangs up.ConversationAction.Builder.eventMethod(EventMethod eventMethod) Set the HTTP method used to make the request to eventUrl.Set the URL to the webhook endpoint Vonage calls asynchronously on each of the Call States.ConversationAction.Builder.eventUrl(Collection<String> eventUrl) Deprecated.This will be removed in the next major release.ConversationAction.Builder.musicOnHoldUrl(String... musicOnHoldUrl) A URL to the mp3 file to stream to participants until the conversation starts.ConversationAction.Builder.musicOnHoldUrl(Collection<String> musicOnHoldUrl) Deprecated.This will be removed in the next major release.ConversationAction.Builder.mute(boolean mute) Whether to mute the participant.Sets the name of the Conversation room.Set totrueto record this conversation.ConversationAction.Builder.startOnEnter(Boolean startOnEnter) The default value oftrueensures that the conversation starts when this caller joins the conversation.ConversationAction.Builder.transcription(TranscriptionSettings transcription) Transcription settings.