class Twilio::TwiML::VirtualAgent
<VirtualAgent> TwiML
Noun
Public Class Methods
new(**keyword_args) { |self| ... }
click to toggle source
Calls superclass method
Twilio::TwiML::TwiML::new
# File lib/twilio-ruby/twiml/voice_response.rb 1178 def initialize(**keyword_args) 1179 super(**keyword_args) 1180 @name = 'VirtualAgent' 1181 1182 yield(self) if block_given? 1183 end