IBM Watson Assistant:如何获取完整地址

IBM Watson Assitant: How to obtain a full address

我正在制作如下预订选项卡:

问题是当客户输入其位置的详细信息时,Watson Assistant 在实时测试中无法识别位置。它一直问我地址是什么?

我得到的只是取件日期和时间,没有取件地址。

system entity @sys-location in Watson Assistant 慎用。它是某些语言的测试版功能,并且仅具有此功能:

The @sys-location system entity extracts place names (country, state/province, city, town, etc.) from the user's input. The value of the entity is not a system-standard value of the location.

我的建议是询问地址并将其捕获为整个字符串。然后,尝试将输入标准化为您的本地地址格式,例如,通过使用地址验证系统。

另一种选择是将地址分解为城市、街道、邮政编码等部分。根据国家/地区的不同,有不同的格式,甚至可以指定不止一种格式。 "What is your city?"、"What is your street address?"、...