Twilio::TranscriptionsApi
Constants
Constructors
Instance methods
@return Crest::Request
@return Crest::Request
@return Crest::Request
Delete a transcription from the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to delete. @return [Nil]
Delete a transcription from the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to delete. @return nil
Delete a transcription from the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to delete. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to delete. @return [Tuple(Nil, Integer, Hash)] Nil, response status code and response headers
Fetch an instance of a Transcription @required @param account_sid [String?] The SID of the Account that created the Transcription resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to fetch. @return [Twilio::Transcription]
Fetch an instance of a Transcription @required @param account_sid [String?] The SID of the Account that created the Transcription resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to fetch. @return nil
Fetch an instance of a Transcription @required @param account_sid [String?] The SID of the Account that created the Transcription resource to fetch. @required @param sid [String?] The Twilio-provided string that uniquely identifies the Transcription resource to fetch. @return [Tuple(Twilio::Transcription, Integer, Hash)] Twilio::Transcription, response status code and response headers
Retrieve a list of transcriptions belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Twilio::ListTranscriptionResponse]
Retrieve a list of transcriptions belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return nil
Retrieve a list of transcriptions belonging to the account used to make the request @required @param account_sid [String?] The SID of the Account that created the Transcription resources to read. @optional @param page_size [Int32?] How many resources to return in each list page. The default is 50, and the maximum is 1000. @return [Tuple(Twilio::ListTranscriptionResponse, Integer, Hash)] Twilio::ListTranscriptionResponse, response status code and response headers