export interface TurnCommentRequestModel { /** Zero-based index of the transcript turn this comment refers to. */ turnIndex: number; /** What went wrong at this turn. */ comment: string; }