public sealed class SearchAgentsRequest : IMessage<SearchAgentsRequest>, IEquatable<SearchAgentsRequest>, IDeepCloneable<SearchAgentsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchAgentsRequest.
The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
Implements
IMessageSearchAgentsRequest, IEquatableSearchAgentsRequest, IDeepCloneableSearchAgentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SearchAgentsRequest()
public SearchAgentsRequest()
SearchAgentsRequest(SearchAgentsRequest)
public SearchAgentsRequest(SearchAgentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchAgentsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous list request.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The project to list agents from.
Format: projects/<Project ID or '-'>
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |