/** * @example * { * call_id: "call_id" * } */ export interface ShowCallTranscriptRequest { /** The id of the call */ call_id: string; }