dave-msil-oneapp-sdk
v1.0.1
Published
Dave ASK AI SDK
Downloads
121
Readme
This is a new React Native project, bootstrapped using @react-native-community/cli
.
Getting Started
This SDK allows developers to integrate a ChatBot into their application, providing seamless interaction via text or voice. The ChatBot supports user authentication and interacts with Microsoft DirectLine API to handle conversations.
Note: Make sure you have "react": "18.3.1", "react-native": "0.75.4", before proceeding.
Step 1: Import in your exsisting application
First, you will need to switch to root directory.
To start Metro, run the following command from the root of your React Native project:
# using npm
npm i dave-msil-oneapp-sdk
Step 2: Sample Snippet
import ChatBot from 'dave-msil-oneapp-sdk'
const chatBotProps = {
userName : "TestUser",
mobileNumber : '7760947871',
carRegistrationNumbers : "1234567890",
city : 'San Francisco',
pincode : '841226',
authkey: 'Seceret_Key'
};
Step 3: Props Required
- userName
- mobileNumber
- carRegistrationNumbers
- city
- pincode
- authkey
Now what?
- Speech Feature in progress
- UI in progress
- Chat multimedia and forms in progress