/** * Copyright (c) 2025, Salesforce, Inc. * All rights reserved. * For full license text, see the LICENSE file or https://utam.dev/salesforce/license */ import { Driver as _Driver, Element as _Element, Locator as _Locator, UtamBaseRootPageObject as _UtamBaseRootPageObject } from '@utam/core'; import _EinsteinAssistantBroker from 'salesforce-pageobjects/feeds/assistant/pageObjects/einsteinAssistantBroker'; /** * Component that acts as a docking panel for the Einstein Assistant, which executes prompt templates, handles user input, and performs actions based on user interaction. * Selector: src-einstein-assistant-docking-panel * generated from JSON dist/record/flexipage/einsteinAssistantDockingPanel.utam.json * @version 2026-03-09T13:56:36.751Z * @author Salesforce */ export default class EinsteinAssistantDockingPanel extends _UtamBaseRootPageObject { constructor(driver: _Driver, element?: _Element, locator?: _Locator); waitForEinsteinAssistantBroker(): Promise<_EinsteinAssistantBroker>; /** * Represents the Einstein Assistant broker component which handles AI actions and readiness. */ getEinsteinAssistantBroker(): Promise<_EinsteinAssistantBroker>; }