humano-talking-bot

2.1.1 • Public • Published

humano-talking-bot

Humano Talking Bot

NPM JavaScript Style Guide

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

Readme

Keywords

none

Package Sidebar

Install

npm i humano-talking-bot

Weekly Downloads

14

Version

2.1.1

License

Humano

Unpacked Size

5.96 MB

Total Files

9

Last publish

Collaborators

  • dmartinezenfocado