[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-18。"],[[["\u003cp\u003eThis prebuilt component is designed to collect a three or four-digit CVV code from users, with no payment gateway integration included.\u003c/p\u003e\n"],["\u003cp\u003eThe component only accepts CVV codes that are either three or four digits long, rejecting any shorter or longer inputs.\u003c/p\u003e\n"],["\u003cp\u003eAdditional features provided are repeat, waiting room, and playback, which enhance the user experience during the CVV collection process.\u003c/p\u003e\n"],["\u003cp\u003eThe component uses specific naming conventions for flows, intents, and parameters to maintain consistency and organization, including an output parameter \u003ccode\u003ecvv_collection_cvv\u003c/code\u003e to store the captured CVV.\u003c/p\u003e\n"],["\u003cp\u003eThe component will exit if the end-user input is unrecognized three times, or retry if an invalid input is received, in an effort to receive a valid CVV.\u003c/p\u003e\n"]]],[],null,["# Credit card CVV collection prebuilt component\n\nThe credit card CVV collection\n[prebuilt component](/dialogflow/cx/docs/concept/prebuilt-component)\ncaptures a three or four-digit CVV (Card Verification Value) code.\n\nLimitations\n-----------\n\nIn addition to the\n[common prebuilt component limitations](/dialogflow/cx/docs/concept/prebuilt-component#limits),\nthis prebuilt component has the following limitations:\n\n- Payment gateway integration is not included in this component.\n- CVVs shorter than three or longer than four digits are not accepted.\n\nAdditional functionalities\n--------------------------\n\nThe following additional functionalities are provided by this prebuilt component:\n\n- [Repeat](/dialogflow/cx/docs/concept/prebuilt-component#repeat-functionality)\n- [Waiting room](/dialogflow/cx/docs/concept/prebuilt-component#waiting-room-functionality)\n- [Playback](/dialogflow/cx/docs/concept/prebuilt-component#playback-functionality)\n\nRecommended agent settings\n--------------------------\n\n[Enable DTMF](/dialogflow/cx/docs/concept/parameter#dtmf)\nto allow users to input numeric values using the telephone keypad.\n\nSample dialogs\n--------------\n\nThe following sample dialogs demonstrate common scenarios handled by this\nprebuilt component. The sample dialogs demonstrate behavior when the component is\ncalled via telephony, which triggers the Default Welcome Intent and the first\nagent response at the start of the conversation.\n\n### Valid CVV\n\nEnd-user provides a three to four digit CVV and the component accepts it.\n\n### Retries\n\nEnd-user provides a three to four digit CVV in the third attempt and the component accepts it.\n\n### Unrecognized input\n\nComponent exits the flow when the end-user provides unrecognized input three times.\n\nNaming conventions\n------------------\n\nThis prebuilt component uses the following naming conventions:\n\nOutput parameters\n-----------------\n\nOutput parameters are session parameters that will remain active after exiting\nthe component. These parameters contain important information collected by the\ncomponent. This prebuilt component provides values for the following output\nparameters:\n\nBasic setup\n-----------\n\nTo set up this prebuilt component:\n\n1. [Import the prebuilt component](/dialogflow/cx/docs/concept/prebuilt-component#import).\n\n### Complete\n\nYour agent should now be set up and ready to test."]]