Twilio.Resources.Intelligence.V2.Transcript.Media (twilio_elixir v0.1.1)

Copy Markdown View Source

Media resource.

SID prefix: GT

Parent: /Transcripts/{Sid}

Properties

FieldDescription
account_sidThe unique SID identifier of the Account.
media_urlDownloadable URL for media, if stored in Twilio AI.. Format: uri
service_sidThe unique SID identifier of the Service.
sidThe unique SID identifier of the Transcript.
urlThe URL of this resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Intelligence.V2.Transcript.Media{
  account_sid: String.t() | nil,
  media_url: String.t() | nil,
  service_sid: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()

sid_prefix()