The ordered position of the panel, if shown to the user with other panels.
If set, then
[total_panels][google.cloud.discoveryengine.v1beta.PanelInfo.total_panels]
must also be set.
The total number of panels, including this one, shown to the user.
Must be set if
[panel_position][google.cloud.discoveryengine.v1beta.PanelInfo.panel_position]
is set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003ePanelInfo\u003c/code\u003e is a class within the Discovery Engine v1beta API, designed to provide detailed information about a panel associated with a user event.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePanelInfo\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for enhanced functionality and data handling.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003ePanelInfo\u003c/code\u003e include \u003ccode\u003eDisplayName\u003c/code\u003e, \u003ccode\u003eDocuments\u003c/code\u003e, \u003ccode\u003ePanelId\u003c/code\u003e, \u003ccode\u003ePanelPosition\u003c/code\u003e, and \u003ccode\u003eTotalPanels\u003c/code\u003e, which provide details about the panel's name, associated documents, ID, position in a sequence, and the total number of panels shown.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are available for creating new \u003ccode\u003ePanelInfo\u003c/code\u003e instances, either empty or by cloning existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePanelInfo\u003c/code\u003e class also includes boolean properties \u003ccode\u003eHasPanelPosition\u003c/code\u003e and \u003ccode\u003eHasTotalPanels\u003c/code\u003e to check whether those fields are set.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class PanelInfo (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PanelInfo)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.PanelInfo) \n\n public sealed class PanelInfo : IMessage\u003cPanelInfo\u003e, IEquatable\u003cPanelInfo\u003e, IDeepCloneable\u003cPanelInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class PanelInfo.\n\nDetailed panel information associated with a user event. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PanelInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PanelInfo](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PanelInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PanelInfo](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PanelInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PanelInfo](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.PanelInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### PanelInfo()\n\n public PanelInfo()\n\n### PanelInfo(PanelInfo)\n\n public PanelInfo(PanelInfo other)\n\nProperties\n----------\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nThe display name of the panel.\n\n### Documents\n\n public RepeatedField\u003cDocumentInfo\u003e Documents { get; }\n\nOptional. The document IDs associated with this panel.\n\n### HasPanelPosition\n\n public bool HasPanelPosition { get; }\n\nGets whether the \"panel_position\" field is set\n\n### HasTotalPanels\n\n public bool HasTotalPanels { get; }\n\nGets whether the \"total_panels\" field is set\n\n### PanelId\n\n public string PanelId { get; set; }\n\nRequired. The panel ID.\n\n### PanelPosition\n\n public int PanelPosition { get; set; }\n\nThe ordered position of the panel, if shown to the user with other panels.\nIf set, then\n\\[total_panels\\]\\[google.cloud.discoveryengine.v1beta.PanelInfo.total_panels\\]\nmust also be set.\n\n### TotalPanels\n\n public int TotalPanels { get; set; }\n\nThe total number of panels, including this one, shown to the user.\nMust be set if\n\\[panel_position\\]\\[google.cloud.discoveryengine.v1beta.PanelInfo.panel_position\\]\nis set."]]