[[["わかりやすい","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-04-08 UTC。"],[[["This tutorial guides users through setting up a Dialogflow agent to recognize alphanumeric sequences over voice input."],["Users should first create a new Dialogflow agent, or use an existing one that has auto speech adaptation enabled in the agent settings."],["A regexp entity, named \"alphanumeric,\" is created to recognize partial alphanumeric sequences, adhering to auto speech adaptation guidelines with the format `^[a-zA-Z0-9]{3}[a-zA-Z0-9]*$`."],["The defined regexp entity strictly looks for strings of alphanumerics without spaces or dashes, allowing for recognition of spelled-out sequences and easy exit from sequence recognition."],["For numeric-only values, the user could opt to make a more tailored entity like `[0-9]{3}[0-9]*`, or use the built-in `@sys.number-sequence` entity."]]],[]]