{
    "description": {
        "author": "Salesforce",
        "text": [
            "The component serves as a runtime_copilot_base-view-vertical-layout",
            "Selector: runtime_copilot_base-view-vertical-layout"
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "viewComponent",
                "selector": {
                    "css": "runtime_copilot_base-view-component"
                },
                "type": "utam-runtime_copilot_base/pageObjects/viewComponent",
                "description": "Represents the chat view component resolved dynamically based on message content.",
                "nullable": true,
                "public": true
            },
            {
                "name": "viewComponents",
                "selector": {
                    "css": "runtime_copilot_base-view-component",
                    "returnAll": true
                },
                "type": "utam-runtime_copilot_base/pageObjects/viewComponent",
                "description": "Represents the chat view components resolved dynamically based on message content.",
                "nullable": true,
                "public": true
            },
            {
                "name": "viewComponentByIndex",
                "selector": {
                    "css": "runtime_copilot_base-view-component:nth-of-type(%d)",
                    "args": [
                        {
                            "name": "index",
                            "type": "number"
                        }
                    ]
                },
                "public": true,
                "type": "utam-runtime_copilot_base/pageObjects/viewComponent",
                "nullable": true
            }
        ]
    }
}