Uses of Class
com.twilio.twiml.voice.Conversation.Event
-
Packages that use Conversation.Event Package Description com.twilio.twiml.voice -
-
Uses of Conversation.Event in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conversation.Event Modifier and Type Method Description static Conversation.EventConversation.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static Conversation.Event[]Conversation.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice that return types with arguments of type Conversation.Event Modifier and Type Method Description List<Conversation.Event>Conversation. getStatusCallbackEvents()Events to call status callback URLMethods in com.twilio.twiml.voice with parameters of type Conversation.Event Modifier and Type Method Description Conversation.BuilderConversation.Builder. statusCallbackEvents(Conversation.Event statusCallbackEvent)Events to call status callback URLMethod parameters in com.twilio.twiml.voice with type arguments of type Conversation.Event Modifier and Type Method Description Conversation.BuilderConversation.Builder. statusCallbackEvents(List<Conversation.Event> statusCallbackEvent)Events to call status callback URL
-