LUIS 应用的电话号码预生成实体Phone number prebuilt entity for a LUIS app
phonenumber
实体提取各种包括国家/地区代码在内的电话号码。The phonenumber
entity extracts a variety of phone numbers including country code. 此实体已定型,因此不需要将陈述示例添加到应用程序。Because this entity is already trained, you do not need to add example utterances to the application. 仅在 en-us
区域性中支持 phonenumber
实体。The phonenumber
entity is supported in en-us
culture only.
电话号码的类型Types of a phone number
Phonenumber
托管在 Recognizers-text GitHub 存储库中Phonenumber
is managed from the Recognizers-text GitHub repository
针对此预生成实体的解决方法Resolution for this prebuilt entity
查询返回以下实体对象:The following entity objects are returned for the query:
my mobile is 1 (800) 642-7676
以下 JSON 的 verbose
参数设置为 false
:The following JSON is with the verbose
parameter set to false
:
"entities": {
"phonenumber": [
"1 (800) 642-7676"
]
}
后续步骤Next steps
详细了解 V3 预测终结点。Learn more about the V3 prediction endpoint.
了解有关百分比、数字和温度实体。Learn about the percentage, number, and temperature entities.