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_end · ISO8601DateTime · The datetime that the transcript ended
transcript_start · ISO8601DateTime · The approximate datetime that the transcript started
transcript_type · TranscriptTypeEnum · The type of transcript

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 datetime that the transcript ended
"""
transcript_end: ISO8601DateTime
"""
The approximate datetime that the transcript started
"""
transcript_start: ISO8601DateTime
"""
The type of transcript
"""
transcript_type: TranscriptTypeEnum
}