import * as $dara from '@darabonba/typescript'; export declare class GenerateAIAgentCallResponseBody extends $dara.Model { /** * @remarks * The username of the AI agent in the Alibaba Real-Time Communication (ARTC) channel. * * @example * 877ae632caae49b1afc81c2e8194ffb4 */ AIAgentUserId?: string; avatarUserId?: string; /** * @remarks * The ARTC channel ID. * * @example * 70f22d5784194938a7e387052f2b3208 */ channelId?: string; /** * @remarks * The ID of the AI agent. * * @example * 39f8e0bc005e4f309379701645f4**** */ instanceId?: string; /** * @remarks * The request ID. * * @example * 7B117AF5-2A16-412C-B127-FA6175ED1AD0 */ requestId?: string; /** * @remarks * The ARTC token of the client. * * @example * eyJhcHBpZCI6ICIxMjM0MTIzNxxxxx */ token?: string; /** * @remarks * The username in the ARTC channel. * * @example * user123 */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }