共用方式為


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

重要

Language Understanding Intelligent Service (LUIS) 將於 2026 年 3 月 31 日完全淘汰。 無法使用 LUIS 資源建立。 從 2025 年 10 月 31 日起,將不再提供 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"
    ]
}

下一步

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