import * as $dara from '@darabonba/typescript'; export declare class TakeoverAIAgentCallResponseBody extends $dara.Model { /** * @remarks * The ID of the ARTC channel. * * @example * 70f22d5784194938a7e387052f2b3208 */ channelId?: string; /** * @remarks * The ID of the human agent. * * @example * uid2 */ humanAgentUserId?: string; /** * @remarks * The ID of the request. * * @example * ******3B-0E1A-586A-AC29-742247****** */ requestId?: string; /** * @remarks * The ARTC token. * * @example * eyJhcHBpZCI6ICIxMjM0MTIzNxxxxx */ token?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }