Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
476 views
in Technique[技术] by (71.8m points)

javascript - Amazon Lex只能识别/听两个说的单词,不完整的短语/句子(Amazon Lex recognise/listen only two words spoken not full phrase/sentence)

i have integrated Amazon Lex with react-native App.

(我已经将Amazon Lex与react-native应用程序集成在一起。)

i have created intent and slot....i am using voice base Bot.

(我已经创建了意图和广告位...。我正在使用语音基础Bot。)

<ChatBot
    botName={botName}
    welcomeMessage={welcomeMessage}
    onComplete={this.handleComplete}
    clearOnComplete={false}
    styles={StyleSheet.create({
        itemMe: {
            color: 'red'
        }
    })}
    voiceEnabled={true}
    voiceLibs={voiceLibs}
    conversationModeOn={true}
/>

在此处输入图片说明

if i ask Lex "i would like to book hotel."

(如果我问Lex “我想预订酒店”。)

lex only recognise two words i Would .

(lex只认出我会的两个词。)

not full sentence.

(不完整的句子。)

how to make Lex listen to full user query and then answer back ?

(如何使Lex侦听完整的用户查询然后回覆?)

right now it only listen first two words ...

(现在它只听前两个字...)

  ask by user2813740 translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...