1.2.3-23 • Published 5 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.3-beta.0

5 years ago

1.2.3-24

5 years ago

1.2.3-26

5 years ago

1.2.3-23

5 years ago

1.2.3-22

5 years ago

1.2.3-21

5 years ago

1.2.3-20

5 years ago

1.2.3-19

5 years ago

1.2.3-17

5 years ago

1.2.3-18

5 years ago

1.2.3-15

5 years ago

1.2.3-16

5 years ago

1.2.3-13

5 years ago

1.2.3-14

5 years ago

1.2.3-12

5 years ago

1.2.3-11

5 years ago

1.2.3-10

5 years ago

1.2.3-9

5 years ago

1.2.3-8

5 years ago

1.2.3-test05

5 years ago

1.2.3-test04

5 years ago

1.2.3-test03

5 years ago

1.2.3-test02

5 years ago

1.2.3-test01

5 years ago