我的问题是:如何将用户给定的值附加到实体。用户提供的值是动态的。
Watson 响应会使用用户提供的值覆盖 toppings 变量,如您在所附图像中所见。
{
"output": {
"text": "I got an order to add one or more toppings.
Adding <?context.toppings.append('toppings')?>.
Toppings to provide: <?entities['toppings']?.toString()?>"
},
"context": {
"toppings": "<? entities['toppings']?.toString()?>"
}
}