Method: Twilio::REST::Conversations::V1::ConfigurationContext#webhooks

Defined in:
lib/twilio-ruby/rest/conversations/v1/configuration.rb

#webhooksWebhookList, 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