2.1.1 • Published 3 years ago

humano-talking-bot v2.1.1

Weekly downloads
-
License
Humano
Repository
github
Last release
3 years ago

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

2.1.1

3 years ago

2.1.0

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago