[[["이해하기 쉬움","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-10(UTC)"],[],[],null,["The container V2 offers significant improvements from the initial container and will continue to have the most up-to-date features and changes. To ensure the most impactful suggestions and key tools are always accessible to the agent, version 2 uses a reactive display with dynamic panels and a unified feed of suggestions.\n\nUsage\n\nImport the module in your HTML page with the following code: \n\n \u003cscript src=\"https://www.gstatic.com/agent-assist-ui-modules/v2/container.js\"\u003e\u003c/script\u003e\n\nEmbed the module with the following tag: \n\n \u003cagent-assist-ui-modules-v2\u003e\n\nUI module connector\n\nUnlike V1, you must initialize the UI module connector separately in V2. Decoupling the connector from the container allows for greater integration flexibility. For the set up, refer to [UI modules connector](/agent-assist/docs/ui-modules#implement_the_ui_module_connector). Many of the properties on the V1 container apply only to the UI module connector.\n\nProperties\n\nFollowing are the V2 container properties:\n\n| Property name | Type | Comment |\n|-----------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| features | string | Comma-separated list of Agent Assist suggestion feature keys to render. Supported list: `CONVERSATION_SUMMARIZATION`, `SMART_REPLY`, `KNOWLEDGE_SEARCH`, `Proactive generative knowledge assist`. |\n| session-id | string | Optional session ID for use that is not conversation based, like with Generative knowledge assist. |\n| show-header | BooleanString | Whether to show the Agent Assist branding header. |\n| show-dark-mode-toggle | BooleanString | Whether to support showing the toggle for dark mode versus light mode. |\n| namespace | string | Not recommended, but available if multiple instances of [UI modules](/agent-assist/docs/custom-events#initialize_multiple_ui_modules_instances_with_namespace) are required. |"]]