public sealed class ListAgentsResponse : IMessage<ListAgentsResponse>, IEquatable<ListAgentsResponse>, IDeepCloneable<ListAgentsResponse>, IBufferMessage, IMessage, IPageResponse<Agent>, IEnumerable<Agent>, IEnumerableReference documentation and code samples for the Dialogflow v3 API class ListAgentsResponse.
The response message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].
Implements
IMessageListAgentsResponse, IEquatableListAgentsResponse, IDeepCloneableListAgentsResponse, IBufferMessage, IMessage, IPageResponseAgent, IEnumerableAgent, IEnumerableNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ListAgentsResponse()
public ListAgentsResponse()ListAgentsResponse(ListAgentsResponse)
public ListAgentsResponse(ListAgentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAgentsResponse |
Properties
Agents
public RepeatedField<Agent> Agents { get; }The list of agents. There will be a maximum number of items returned based on the page_size field in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAgent |
|
NextPageToken
public string NextPageToken { get; set; }Token to retrieve the next page of results, or empty if there are no more results in the list.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Agent> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAgent |
|