LUIS 應用程式的keyPhrase預先建置實體

重要

LUIS 將於 2025 年 10 月 1 日淘汰,從 2023 年 4 月 1 日起,您將無法建立新的 LUIS 資源。 建議您 將 LUIS 應用程式 移轉至 對話式語言理解 ,以受益於持續的產品支援和多語系功能。

keyPhrase 實體會從語句中擷取各種關鍵片語組。 您不需要將包含 keyPhrase 的範例語句新增至應用程式。 在語言服務功能中,許多文化特性都支援keyPhrase實體。

預先建置keyPhrase實體的解決方案

查詢會傳回下列實體物件:

where is the educational requirements form for the development and engineering group

下列 JSON 會 verbose 參數設定為 false

"entities": {
    "keyPhrase": [
        "educational requirements",
        "development"
    ]
}

下一步

瞭解 百分比數位年齡 實體。