Uses of Class
com.twilio.twiml.voice.Conversation.Record
-
Packages that use Conversation.Record Package Description com.twilio.twiml.voice -
-
Uses of Conversation.Record in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conversation.Record Modifier and Type Method Description Conversation.RecordConversation. getRecord()Recordstatic Conversation.RecordConversation.Record. valueOf(String name)Returns the enum constant of this type with the specified name.static Conversation.Record[]Conversation.Record. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Conversation.Record Modifier and Type Method Description Conversation.BuilderConversation.Builder. record(Conversation.Record record)Record
-