public sealed class AnswerQueryRequest.Types.SearchSpec.Types.SearchResultList : IMessage<AnswerQueryRequest.Types.SearchSpec.Types.SearchResultList>, IEquatable<AnswerQueryRequest.Types.SearchSpec.Types.SearchResultList>, IDeepCloneable<AnswerQueryRequest.Types.SearchSpec.Types.SearchResultList>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class AnswerQueryRequest.Types.SearchSpec.Types.SearchResultList.
[[["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."],[[["This documentation covers the `SearchResultList` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`SearchResultList` is a sealed class used to represent a list of search results, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating an empty `SearchResultList` or one based on an existing `SearchResultList` object, copying its data."],["It contains a `SearchResults` property, which is a `RepeatedField` collection of `SearchResult` objects, representing the actual search results within the list."],["The `SearchResultList` class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is included in the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]