Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

nav-chatbot 2.6.3

Install from the command line:
Learn more about npm packages
$ npm install @navikt/nav-chatbot@2.6.3
Install via package.json:
"@navikt/nav-chatbot": "2.6.3"

About this version

Chatbot Frida

Bruk

Nytt fra v.1.3.0
Chatbot Frida er nå implementert i nav-dekoratoren.

Chatbot-en kan aktiveres i appene via et parameter til dekoratøren. Se dekoratørens readme.md for hvordan dette gjøres.

Komponenten fra npm-pakka skal ikke benyttes i apper som også benytter https://github.com/navikt/nav-dekoratoren, da dette vil komme i konflikt med dekoratørens chatbot-instans.

Installasjon

Apper uten nav-dekoratoren kan ta i bruk Chatbot med npm-pakka.

npm i @navikt/nav-chatbot
import Chatbot from '@navikt/nav-chatbot';
<Chatbot/>
// eller med options (defaults er definert nedenfor)
<Chatbot
    boostApiUrlBase='https://staging-nav.boost.ai/api/chat/v2'
    actionFilters={undefined}
    analyticsCallback={console.log}
/>

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.

Details


Assets

  • nav-chatbot-2.6.3-npm.tgz

Download activity

  • Total downloads 3
  • Last 30 days 0
  • Last week 0
  • Today 0