1.2.3-23 • Published 4 years ago

@anders-nom/nav-chatbot v1.2.3-23

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

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.

1.3.0-beta.3

4 years ago

1.2.3-beta.0

4 years ago

1.2.3-24

4 years ago

1.2.3-26

4 years ago

1.2.3-23

4 years ago

1.2.3-22

4 years ago

1.2.3-21

4 years ago

1.2.3-20

4 years ago

1.2.3-19

4 years ago

1.2.3-17

4 years ago

1.2.3-18

4 years ago

1.2.3-15

4 years ago

1.2.3-16

4 years ago

1.2.3-13

4 years ago

1.2.3-14

4 years ago

1.2.3-12

4 years ago

1.2.3-11

4 years ago

1.2.3-10

4 years ago

1.2.3-9

4 years ago

1.2.3-8

4 years ago

1.2.3-test05

4 years ago

1.2.3-test04

4 years ago

1.2.3-test03

4 years ago

1.2.3-test02

4 years ago

1.2.3-test01

4 years ago