【发布时间】:2020-08-18 14:55:30
【问题描述】:
我有一个意图是确认客户电话号码,但不是说它是字符,而是代理说它是基数
客户编号为 1234567890
conv.ask(new Confirmation(`You told ${customerNumber}, is that right please confirm?`));
我也试过了,但是没用
conv.ask(new Confirmation(`<speak>You told <say-as interpret-as='characters'>${customerNumber}</say-as> is that right please confirm?</speak>`));
SSML 适用于简单响应,但不适用于确认响应。我怎样才能让它以字符的形式说出数字?
【问题讨论】:
标签: node.js dialogflow-es actions-on-google chatbot ssml