[[["易于理解","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 captures a user's first, last, and optional middle name, accommodating spaces, hyphens, and apostrophes within the names.\u003c/p\u003e\n"],["\u003cp\u003eThe component does not support names containing special characters beyond spaces, apostrophes, and hyphens.\u003c/p\u003e\n"],["\u003cp\u003eThe agent can accept the full name in a single user input, or it can collect the first, last, and middle name in separate turns.\u003c/p\u003e\n"],["\u003cp\u003eThe component includes the ability to address names containing special characters via guided input, along with a no-input exit flow.\u003c/p\u003e\n"],["\u003cp\u003eThe component provides output parameters for the collected first name, last name, and middle name, allowing for easy access to this data, with middle name being an empty string if the user did not provide one.\u003c/p\u003e\n"]]],[],null,["# Name collection prebuilt component\n\nThis\n[prebuilt component](/dialogflow/cx/docs/concept/prebuilt-component)\ncaptures first, last, and optional middle name along with any spaces, hyphens or\napostrophes.\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- Names having special characters outside of spaces, apostrophes and hyphens are not supported by this component.\n\nAdditional features\n-------------------\n\nThe following additional functionalities are provided by this prebuilt component:\n\n- [Waiting room](/dialogflow/cx/docs/concept/prebuilt-component#waiting-room-functionality)\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### Full name\n\nEnd-user provides a full name in the first turn; the agent successfully accepts it.\n\n### Full name in parts\n\nEnd-user is unable to provide a full name on the first attempt. The end-user\nthen provides their first, last, and middle names in separate turns; the agent\nsuccessfully accepts it.\n\n### Special characters\n\nEnd-user is unable to provide a full name on the first attempt. The end-user\nthen provides their first, last, and middle names in separate turns with special\ncharacters; agent successfully accepts it.\n\n### No input\n\nComponent exits the flow after the end-user provides no 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."]]