public sealed class SearchResponse.Types.OneBoxResult : IMessage<SearchResponse.Types.OneBoxResult>, IEquatable<SearchResponse.Types.OneBoxResult>, IDeepCloneable<SearchResponse.Types.OneBoxResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.OneBoxResult.
OneBoxResult is a holder for all results of specific type that we want
to display in UI differently.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`SearchResponse.Types.OneBoxResult` is a class within the Discovery Engine v1beta API, designed to hold results of a specific type for differentiated UI display."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["There are two constructor methods available, one empty and one that accepts an existing `SearchResponse.Types.OneBoxResult` to create a new object."],["The class includes the `OneBoxType` property, which denotes the type of One Box result and the `SearchResults` property, which contains a list of `SearchResult` objects associated with this One Box."],["The assembly for this class is `Google.Cloud.DiscoveryEngine.V1Beta.dll` and it belongs to the namespace `Google.Cloud.DiscoveryEngine.V1Beta`."]]],[]]