/** * @example * { * conversation_id: "123" * } */ export interface AutoAssignConversationRequest { /** The identifier for the conversation as given by Intercom. */ conversation_id: string; }