/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * start_date: "2024-01-15T09:30:00Z", * end_date: "2024-01-15T09:30:00Z" * } */ export interface GetConversationResolutionRequest { /** The start date of the period to retrieve resolution metrics for */ start_date?: string; /** The end date of the period to retrieve resolution metrics for */ end_date?: string; }