import * as $dara from '@darabonba/typescript'; export declare class DescribeAIAgentInstanceRequest extends $dara.Model { /** * @remarks * The ID of the AI agent instance. * * > The `InstanceId` is the unique ID returned when an AI agent instance starts successfully. For APIs that start an AI agent, see [StartAIAgentInstance](https://help.aliyun.com/document_detail/2846201.html) and [GenerateAIAgentCall](https://help.aliyun.com/document_detail/2846209.html). * * This parameter is required. * * @example * 39f8e0bc005e4f309379701645f4**** */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }