Chatbot para fazer descoberta de problemas e auxiliar o SAC.
$ npm install --save mateusapp-chatbot-react-native
ou
$ yarn add mateusapp-chatbot-react-native
Name | Required | Type | Description | Default Value |
---|---|---|---|---|
token | true | string | Token de acesso ao bot | none |
whatsappNumber | false | string | Número do SAC no Whatsapp | 5598982150060 |
whatsappMessage | false | string | Mensagens para contato no Whatsapp | MateusApp, me ajude! |
import { Chatbot } from 'mateusapp-chatbot-react-native';
const token = "eSfWCgZQRI..."
const stack = createStackNavigator({
.
.
.
...Chatbot(token)
})