Salesforce

Help panels

« Go Back
Information
Help panels
000003915
Public
Product Selection
aiWare - aiWare
Article Details

Two help panels are available in the aiWARE SDK:

Documentation panel

The Documentation panel displays the documentation for your app.

Display the default URL

  • To display the default URL in the Documentation panel, in your element's event handler, call aiware.helpCenter.openDocsPanel().

It loads the docsURL you provide in aiware.initConfig when you set up the aiWARE SDK.

Display a custom iframe

  • To display a custom iframe in the Documentation panel, in your element's event handler, call aiware.helpCenter.openDocsPanel( iframeUrl ).

Parameters

The parameter of openDocsPanel() is:

NameRequiredTypeDescription
iframeUrlFalseStringThe URL of the iframe to display.

Knowledgebase panel

The Knowledgebase panel displays the knowledge base for your app.

Display the default URL

  • To display the default URL in the Knowledgebase panel, in your element's event handler, call aiware.helpCenter.openKnowledgeBasePanel(). It loads the knowledgeBaseUrl you provide in aiware.initConfig when you set up the aiWARE SDK.

Display a custom iframe

  • To display a custom iframe in the Knowledgebase panel, in your element's event handler, call aiware.helpCenter.openKnowledgeBasePanel(iframeUrl).

Parameters

The parameter of openKnowledgeBasePanel() is:

The URL of the iframe to display.

NameRequiredTypeDescription
iframeUrlFalseStringThe URL of the iframe to display.
Additional Technical Documentation Information
Properties
12/5/2023 6:53 PM
12/5/2023 6:54 PM
12/5/2023 6:54 PM
Documentation
Documentation
000003915
Translation Information
English

Powered by