Class: Telnyx::Models::Texml::Accounts::Transcriptions::JsonRetrieveRecordingTranscriptionSidJsonResponse

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb

Overview

Defined Under Namespace

Modules: Status

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(account_sid: nil, api_version: nil, call_sid: nil, date_created: nil, date_updated: nil, duration: nil, recording_sid: nil, sid: nil, status: nil, transcription_text: nil, uri: nil) ⇒ Object

Some parameter documentations has been truncated, see Telnyx::Models::Texml::Accounts::Transcriptions::JsonRetrieveRecordingTranscriptionSidJsonResponse for more details.

Parameters:

  • account_sid (String) (defaults to: nil)
  • api_version (String) (defaults to: nil)

    The version of the API that was used to make the request.

  • call_sid (String) (defaults to: nil)
  • date_created (Time) (defaults to: nil)
  • date_updated (Time) (defaults to: nil)
  • duration (String, nil) (defaults to: nil)

    The duration of this recording, given in seconds.

  • recording_sid (String) (defaults to: nil)

    Identifier of a resource.

  • sid (String) (defaults to: nil)

    Identifier of a resource.

  • status (Symbol, Telnyx::Models::Texml::Accounts::Transcriptions::JsonRetrieveRecordingTranscriptionSidJsonResponse::Status) (defaults to: nil)

    The status of the recording transcriptions. The transcription text will be avail

  • transcription_text (String) (defaults to: nil)

    The recording’s transcribed text

  • uri (String) (defaults to: nil)

    The relative URI for the recording transcription resource.



# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 74

Instance Attribute Details

#account_sidString?

Returns:

  • (String, nil)


13
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 13

optional :account_sid, String

#api_versionString?

The version of the API that was used to make the request.

Returns:

  • (String, nil)


19
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 19

optional :api_version, String

#call_sidString?

Returns:

  • (String, nil)


24
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 24

optional :call_sid, String

#date_createdTime?

Returns:

  • (Time, nil)


29
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 29

optional :date_created, Time

#date_updatedTime?

Returns:

  • (Time, nil)


34
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 34

optional :date_updated, Time

#durationString?

The duration of this recording, given in seconds.

Returns:

  • (String, nil)


40
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 40

optional :duration, String, nil?: true

#recording_sidString?

Identifier of a resource.

Returns:

  • (String, nil)


46
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 46

optional :recording_sid, String

#sidString?

Identifier of a resource.

Returns:

  • (String, nil)


52
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 52

optional :sid, String

#statusSymbol, ...

The status of the recording transcriptions. The transcription text will be available only when the status is completed.



59
60
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 59

optional :status,
enum: -> { Telnyx::Models::Texml::Accounts::Transcriptions::JsonRetrieveRecordingTranscriptionSidJsonResponse::Status }

#transcription_textString?

The recording’s transcribed text

Returns:

  • (String, nil)


66
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 66

optional :transcription_text, String

#uriString?

The relative URI for the recording transcription resource.

Returns:

  • (String, nil)


72
# File 'lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb', line 72

optional :uri, String