Uses of Class
com.vonage.client.voice.ncco.SpeechSettings.Builder
Packages that use SpeechSettings.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of SpeechSettings.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return SpeechSettings.BuilderModifier and TypeMethodDescriptionstatic SpeechSettings.BuilderSpeechSettings.builder()Entry point for constructing an instance of this class.Hints to improve recognition quality if certain words are expected from the user.SpeechSettings.Builder.context(Collection<String> context) Hints to improve recognition quality if certain words are expected from the user.SpeechSettings.Builder.endOnSilence(double endOnSilence) Controls how long the system will wait after user stops speaking to decide the input is completed.SpeechSettings.Builder.language(SpeechSettings.Language language) Expected language of the user's speech.SpeechSettings.Builder.maxDuration(int maxDuration) Controls maximum speech duration (from the moment user starts speaking).SpeechSettings.Builder.saveAudio(boolean saveAudio) Controls whether the speech input recording (recording_url) is sent to your webhook endpoint ateventUrl.SpeechSettings.Builder.sensitivity(int sensitivity) Audio sensitivity used to differentiate noise from speech.SpeechSettings.Builder.startTimeout(int startTimeout) Controls how long the system will wait for the user to start speaking.The unique ID of the Call leg for the user to capture the speech of.