lib/twilio-ruby/rest/api/v2010/account/transcription.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/api/v2010/account/transcription.rb in twilio-ruby-5.40.4
- old
+ new
@@ -14,11 +14,11 @@
class TranscriptionList < ListResource
##
# Initialize the TranscriptionList
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/iam/api/account) that created the
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Transcription resource.
# @return [TranscriptionList] TranscriptionList
def initialize(version, account_sid: nil)
super(version)
@@ -146,11 +146,11 @@
class TranscriptionContext < InstanceContext
##
# Initialize the TranscriptionContext
# @param [Version] version Version that contains the resource
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/iam/api/account) that created the
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Transcription resource to fetch.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Transcription resource to fetch.
# @return [TranscriptionContext] TranscriptionContext
def initialize(version, account_sid, sid)
@@ -201,10 +201,10 @@
##
# Initialize the TranscriptionInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] account_sid The SID of the
- # [Account](https://www.twilio.com/docs/iam/api/account) that created the
+ # {Account}[https://www.twilio.com/docs/iam/api/account] that created the
# Transcription resource.
# @param [String] sid The Twilio-provided string that uniquely identifies the
# Transcription resource to fetch.
# @return [TranscriptionInstance] TranscriptionInstance
def initialize(version, payload, account_sid: nil, sid: nil)
\ No newline at end of file