public sealed class ListAgentsRequest : IMessage<ListAgentsRequest>, IEquatable<ListAgentsRequest>, IDeepCloneable<ListAgentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dialogflow v3 API class ListAgentsRequest.
The request message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
Implements
IMessageListAgentsRequest, IEquatableListAgentsRequest, IDeepCloneableListAgentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ListAgentsRequest()
public ListAgentsRequest()ListAgentsRequest(ListAgentsRequest)
public ListAgentsRequest(ListAgentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAgentsRequest |
Properties
PageSize
public int PageSize { get; set; }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 location to list all agents for.
Format: projects/<ProjectID>/locations/<LocationID>.
| 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 |
|