Uses of Class
com.vonage.client.voice.ncco.InputAction.Builder
Packages that use InputAction.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of InputAction.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return InputAction.BuilderModifier and TypeMethodDescriptionstatic InputAction.BuilderInputAction.builder()Entrypoint for constructing an instance of this class.InputAction.Builder.dtmf()Enables DTMF with the default settings.InputAction.Builder.dtmf(DtmfSettings dtmf) Enable DTMF input with the provided settings.InputAction.Builder.eventMethod(EventMethod eventMethod) The HTTP method used to send event information to event_url The default value is POST.Vonage sends the digits pressed by the callee to this URL after timeOut pause inactivity or when#is pressed.Deprecated.This will be removed in a future release.InputAction.Builder.eventUrl(Collection<String> eventUrl) Deprecated.This will be removed in a future release.How the input should be processed.InputAction.Builder.speech(SpeechSettings speech) Automatic Speech Recognition (ASR) settings to enable speech input.InputAction.Builder.type(Collection<String> type) Deprecated.Usedtmf(DtmfSettings)andspeech(SpeechSettings)instead.