이 가이드에서는 최종 사용자가 한 번에 몇 개의 문자를 말할 수 있는 긴 숫자 및 영숫자 시퀀스를 수집하는 흐름을 빌드하는 과정을 안내합니다.
웹훅을 사용하면 시퀀스를 한 번에 한 섹션씩 검증하고 확인할 수 있습니다. 예를 들어 최종 사용자가 'BVP'를 'BBV'로 잘못 들을 때 에이전트를 쉽게 수정할 수 있습니다.
[[["이해하기 쉬움","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-09-04(UTC)"],[[["\u003cp\u003eThis tutorial demonstrates how to build a flow for collecting long digit and alphanumeric sequences from users.\u003c/p\u003e\n"],["\u003cp\u003eUsers can speak a few characters at a time, and a webhook allows for validation and confirmation of the sequence in sections.\u003c/p\u003e\n"],["\u003cp\u003eThe tutorial covers using regexp entities with auto speech adaptation, building webhooks for slot-filling, and utilizing contexts to pass data between intents.\u003c/p\u003e\n"],["\u003cp\u003eThe interaction flow includes allowing end-users to correct the sequence, should any miscommunication happen, before continuing.\u003c/p\u003e\n"]]],[],null,["# Build a webhook for iterative confirmation of spoken sequences\n\nThis tutorial walks through building a flow for collecting long digit and\nalphanumeric sequences where the end-user can speak a few characters at a time.\nA webhook allows you to validate and confirm the sequence one section at a time,\nmaking it easy for end-users to correct the agent when it mishears \"BVP\" as \"BBV\",\nfor example.\n\nThe lessons in the tutorial include:\n\n- Using regexp entities with auto speech adaptation.\n- Building webhooks to loop slot-filling.\n- Using contexts to carry data between intents.\n\nThe final interaction will behave like this:\n\nFinally, the webhook validates the full sequence and proceeeds with the rest of your flow."]]