import * as $dara from '@darabonba/typescript'; export declare class DeleteAIAgentDialogueRequest extends $dara.Model { /** * @remarks * The ID of the dialog that you want to delete. * * This parameter is required. * * @example * f27f9b9be28642a88e18******* */ dialogueId?: string; nodeId?: string; /** * @remarks * The session ID. * * This parameter is required. * * @example * 6d594e7f55624c47a48789****** */ sessionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }