Transcript
A transcript (in VTT format) of an appointment and associated metadata
Fields
expiring_url
· String
· A short-lived URL to download the vtt file transcript_start
· ISO8601DateTime
· The approximate datetime that the transcript started Used By
Definition
"""A transcript (in VTT format) of an appointment and associated metadata"""type Transcript { """ A short-lived URL to download the vtt file """ expiring_url: String
""" The unique identifier of the transcript """ id: String
""" The approximate datetime that the transcript started """ transcript_start: ISO8601DateTime}