1.0.3 • Published 2 years ago

@omq.ai/omq-help-react v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

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 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;
NameTypeDescription
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

1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-rc.5

4 years ago

1.0.0-rc.4

4 years ago

1.0.0-rc.3

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago

1.0.0-rc.0

4 years ago