Skip to content

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
id · String · The unique identifier of the transcript
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
}