Skip to content

updateAppointmentRealtimeTranscriptionStatusInput

Autogenerated input type of updateAppointmentRealtimeTranscriptionStatus

Fields

deprecated DO NOT USE
id · ID! · required · The ID of the appointment
action · RealtimeTranscriptionAction! · required · The transcription action to perform

Used By

Definition

"""
Autogenerated input type of updateAppointmentRealtimeTranscriptionStatus
"""
input updateAppointmentRealtimeTranscriptionStatusInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the appointment
"""
id: ID!
"""
The transcription action to perform
"""
action: RealtimeTranscriptionAction!
}