@omq.ai/omq-help-react
v1.0.3
Published
OMQ Help component for react
Downloads
111
Readme
OMQ Help for React
OMQ Help is an auto-searching help page similar to FAQ. The intelligent knowledge database reacts to ongoing changes in customer behavior. The order of displayed solutions in your self service portal depends on the current request frequency. Automatic auto-completion guides your customers to the right solution in real time.
Install with npm:
npm install --save @omq.ai/omq-help-react
import { OmqHelp } from '@omq.ai/omq-help-react';
function App() {
return (
<div className="my-app">
<OmqHelp account="OMQ_ACCOUNT_NAME" apiKey="OMQ_HELP_API_KEY" />
</div>
);
}
export default App;
| Name | Type | Description |
| :-------------------------------: | :-------------------: | :--------------------------------------- |
| account
| {String}
| OMQ account name/URL |
| apiKey
| {String}
| OMQ Help API key |
account
Type: String
Name/URL of your OMQ account.
apiKey
Type: String
The API key for OMQ Help. You can add/check your API keys in your OMQ account
https://{account}.omq.io