import * as $dara from '@darabonba/typescript'; export declare class DescribeRtcRobotInstanceResponseBodyConfig extends $dara.Model { /** * @example * true */ enableVoiceInterrupt?: boolean; greeting?: string; /** * @example * zhixiaoxia */ voiceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeRtcRobotInstanceResponseBody extends $dara.Model { /** * @example * ********** */ authToken?: string; /** * @example * testId */ channelId?: string; config?: DescribeRtcRobotInstanceResponseBodyConfig; /** * @remarks * Id of the request * * @example * 20B3A1B6-4BD2-5DE6-BCBC-098C9B4F4E91 */ requestId?: string; /** * @example * Executing */ status?: string; /** * @example * {} */ userData?: string; /** * @example * my-robot */ userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }