2.1.1 • Published 4 years ago
humano-talking-bot v2.1.1
humano-talking-bot
Humano Talking Bot
Install
npm install --save humano-talking-bot
Usage
import { TalkingBot } from "humano-talking-bot";
class Example extends Component {
render() {
return (
<TalkingBot
subcriptionKey={'Your Microsoft cognitive subcriptionKey'}
speechRegion={'Your Microsoft cognitive speechRegion'}
ServerAudioUrl={'Your Server Audio RUL'}
speechRecognitionLanguage={'Your Speech Language'}
documentNumber={'Document number to generate audio'}
isBotTalking={'true or false'}
isBotThinking={'true or false'}
useCognitiveSpeechText={'true if want to use cognitive, by default use react stt'}
useCognitiveTextSpeech={'true if want to use cognitive, by default use sitepal'}
/>
);
}
}
License
Humano © dmartinezenfocado@gmail.com
2.1.1
4 years ago
2.1.0
4 years ago
2.0.9
4 years ago
2.0.8
4 years ago
2.0.7
4 years ago
2.0.6
4 years ago
2.0.5
4 years ago
2.0.4
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago