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

Copy Markdown View Source

Sentence resource.

Parent: /Transcripts/{Sid}

Properties

FieldDescription
locationThe location of the encrypted sentences.. Format: uri
urlFormat: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Intelligence.V2.Transcript.Sentence{
  location: String.t() | nil,
  transcript_sid: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()