Method: Twilio::REST::Conversations::V1::ConfigurationContext#webhooks
- Defined in:
- lib/twilio-ruby/rest/conversations/v1/configuration.rb
#webhooks ⇒ WebhookList, WebhookContext
Access the webhooks
180 181 182 183 184 |
# File 'lib/twilio-ruby/rest/conversations/v1/configuration.rb', line 180 def webhooks WebhookContext.new( @version ) end |