如果您的代理程式會使用語音辨識功能 (也稱為「音訊輸入」、「語音轉文字」或「STT」),則系統在比對英文字母和數字時,必須以特殊的方式處理規則運算式。在比對實體之前,語音辨識器會先處理使用者的語音內容。如果語音內容中包含一系列的英文字母或數字,辨識器可能會為每個字元加上空格。另外,辨識器也會解讀以文字呈現的數字。舉例來說,系統可能會將使用者說出的「我的 ID 是 123」識別為以下任一形式:
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["Regexp entities allow matching patterns like national IDs or license plates using regular expressions."],["Multiple regular expressions for a single entity are combined into a compound regular expression using the alternation operator (`|`)."],["The order of regular expressions within a compound expression matters, as matching stops after the first valid match is found."],["Speech recognition requires special handling for regexp entities because the speech recognizer might add spaces between characters or interpret digits as words."],["There are limitations to using regexp entities, including no fuzzy matching, a maximum of 50 regexp entities per agent, and a 2000-character limit for compound regular expressions."]]],[]]