8000 GitHub - navikt/chatbot at dev
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

navikt/chatbot

 
 

Repository files navigation

Chatbot Frida

Installasjon

npm i @navikt/nav-chatbot

Bruk

import NAVChatBot from '@navikt/nav-chatbot';

<NAVChatBot
    customerKey='xxxx'
    queueKey='XXXX'
    configId='xxxx-xxxx-xxxx-xxxx-xxxx'
    evaluationMessage=''
/>

NAVChatBot har følgende props:

interface ConnectionConfig {
    queueKey: string;
    customerKey: string;
    configId: string;
    evaluationMessage?: string;
}

Typescript

index.d.ts kan finnes i pakkerot. Pakken støtter ikke Typescript "out of the box". Denne genereres via npm run generate:types, og vil også bli automatisk kjørt før build.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 6

0