Uses of Class
com.vonage.client.voice.ncco.DtmfSettings.Builder
Packages that use DtmfSettings.Builder
Package
Description
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of DtmfSettings.Builder in com.vonage.client.voice.ncco
Methods in com.vonage.client.voice.ncco that return DtmfSettings.BuilderModifier and TypeMethodDescriptionstatic DtmfSettings.BuilderDtmfSettings.builder()Entrypoint for constructing an instance of this class.DtmfSettings.Builder.maxDigits(int maxDigits) The number of digits the user can press.DtmfSettings.Builder.submitOnHash(boolean submitOnHash) Set totrueso the callee's activity is sent to your webhook endpoint ateventUrlafter they press#.DtmfSettings.Builder.timeOut(int timeOut) The result of the callee's activity is sent to theeventUrlwebhook endpointtimeOutseconds after the last action.