Uses of Interface
com.vonage.client.voice.ncco.Action
Packages that use Action
Package
Description
Implementation of the Vonage Voice API.
Provides useful NCCO classes which can be serialized using Jackson when
implementing webhooks to drive the Vonage Voice API.
-
Uses of Action in com.vonage.client.voice
Methods in com.vonage.client.voice that return types with arguments of type ActionMethods in com.vonage.client.voice with parameters of type ActionModifier and TypeMethodDescriptionSets the actions to take on the call.Method parameters in com.vonage.client.voice with type arguments of type ActionModifier and TypeMethodDescriptionCall.Builder.ncco(Collection<? extends Action> nccos) Sets the actions to take on the call.Constructor parameters in com.vonage.client.voice with type arguments of type ActionModifierConstructorDescriptionCall(Endpoint[] to, Endpoint from, Collection<? extends Action> ncco) Call(Endpoint to, Endpoint from, Collection<? extends Action> ncco) Call(String to, String from, Collection<? extends Action> ncco) -
Uses of Action in com.vonage.client.voice.ncco
Classes in com.vonage.client.voice.ncco that implement ActionModifier and TypeClassDescriptionclassAn NCCO connect action that allows for the establishment of a connection to variousEndpoint.classAn NCCO conversation action which enables the ability to host conference calls.classAn NCCO input action which allows for the collection of digits and automatic speech recognition from a person.classAn NCCO notify action which allows for custom events to be sent to a configured webhook.final classAn NCCO record action which allows for the call to be recorded.classAn NCCO stream action which allows for media to be streamed to a call.classAn NCCO talk action which allows for synthesized speech to be sent to a call.Methods in com.vonage.client.voice.ncco that return types with arguments of type ActionConstructors in com.vonage.client.voice.ncco with parameters of type ActionModifierConstructorDescriptionDeprecated.Constructor parameters in com.vonage.client.voice.ncco with type arguments of type ActionModifierConstructorDescriptionNcco(com.fasterxml.jackson.databind.ObjectWriter writer, Collection<? extends Action> actions) Deprecated.Ncco(Collection<Action> actions)