@omq.ai/omq-help-react

OMQ Help component for react

Usage no npm install needed!

<script type="module">
  import omqAiOmqHelpReact from 'https://cdn.skypack.dev/@omq.ai/omq-help-react';
</script>

README



OMQ Help for React

npm node deps size MIT license

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

Install with npm:

npm install --save @omq.ai/omq-help-react

Usage

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;

Options

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

License

MIT