public sealed class SearchAgentsRequest : IMessage<SearchAgentsRequest>, IEquatable<SearchAgentsRequest>, IDeepCloneable<SearchAgentsRequest>, IBufferMessage, IMessage, IPageRequestThe request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
Inheritance
System.Object > SearchAgentsRequestImplements
IMessage<SearchAgentsRequest>, IEquatable<SearchAgentsRequest>, IDeepCloneable<SearchAgentsRequest>, 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 | 
Int32 | 
        |
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 | 
        |