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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…