[[["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-09-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eSearchAgentsRequest\u003c/code\u003e is a class in the Google Cloud Dialogflow v2beta1 API, designed to request a list of agents from the \u003ccode\u003eAgents.SearchAgents\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIPageRequest\u003c/code\u003e, providing functionalities for message handling, comparison, cloning, and managing paginated data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchAgentsRequest\u003c/code\u003e class has properties such as \u003ccode\u003ePageSize\u003c/code\u003e to control the number of items returned per page and \u003ccode\u003ePageToken\u003c/code\u003e to retrieve the next set of results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is required, and specifies the project to list agents from and it accepts various resource name formats, including \u003ccode\u003eProjectName\u003c/code\u003e, \u003ccode\u003eLocationName\u003c/code\u003e, or \u003ccode\u003eIResourceName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one \u003ccode\u003eSearchAgentsRequest()\u003c/code\u003e and one that accepts another instance of \u003ccode\u003eSearchAgentsRequest\u003c/code\u003e to create a new instance (\u003ccode\u003eSearchAgentsRequest(SearchAgentsRequest other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class SearchAgentsRequest (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest) \n\n public sealed class SearchAgentsRequest : IMessage\u003cSearchAgentsRequest\u003e, IEquatable\u003cSearchAgentsRequest\u003e, IDeepCloneable\u003cSearchAgentsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchAgentsRequest.\n\nThe request message for\n\\[Agents.SearchAgents\\]\\[google.cloud.dialogflow.v2beta1.Agents.SearchAgents\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchAgentsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchAgentsRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchAgentsRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchAgentsRequest](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest), [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), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.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.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### SearchAgentsRequest()\n\n public SearchAgentsRequest()\n\n### SearchAgentsRequest(SearchAgentsRequest)\n\n public SearchAgentsRequest(SearchAgentsRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of items to return in a single page. By\ndefault 100 and at most 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. The next_page_token value returned from a previous list request.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project to list agents from.\nFormat: `projects/\u003cProject ID or '-'\u003e` or\n`projects/\u003cProject ID or '-'\u003e/locations/\u003cLocation ID\u003e`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest#Google_Cloud_Dialogflow_V2Beta1_SearchAgentsRequest_Parent) resource name property.\n\n### ParentAsProjectName\n\n public ProjectName ParentAsProjectName { get; set; }\n\n[ProjectName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.ProjectName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest#Google_Cloud_Dialogflow_V2Beta1_SearchAgentsRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchAgentsRequest#Google_Cloud_Dialogflow_V2Beta1_SearchAgentsRequest_Parent) resource name property."]]