lib/twilio-ruby/rest/conversations.rb in twilio-ruby-5.40.2 vs lib/twilio-ruby/rest/conversations.rb in twilio-ruby-5.40.3
- old
+ new
@@ -42,16 +42,10 @@
def conversations(sid=:unset)
self.v1.conversations(sid)
end
##
- # @return [Twilio::REST::Conversations::V1::WebhookInstance]
- def webhooks
- self.v1.webhooks()
- end
-
- ##
# @param [String] sid A 34 character string that uniquely identifies this
# resource.
# @return [Twilio::REST::Conversations::V1::CredentialInstance] if sid was passed.
# @return [Twilio::REST::Conversations::V1::CredentialList]
def credentials(sid=:unset)
@@ -72,19 +66,9 @@
# resource.
# @return [Twilio::REST::Conversations::V1::ServiceInstance] if sid was passed.
# @return [Twilio::REST::Conversations::V1::ServiceList]
def services(sid=:unset)
self.v1.services(sid)
- end
-
- ##
- # @param [String] chat_service_sid The SID of the [Chat
- # Service](https://www.twilio.com/docs/chat/rest/service-resource) the
- # Configuration applies to.
- # @return [Twilio::REST::Conversations::V1::NotificationInstance] if chat_service_sid was passed.
- # @return [Twilio::REST::Conversations::V1::NotificationList]
- def notifications(chat_service_sid=:unset)
- self.v1.notifications(chat_service_sid)
end
##
# @param [String] sid The unique string that we created to identify the User
# resource.
\ No newline at end of file