Dialogflow v3 API - Class ListAgentsResponse (2.17.0)

public sealed class ListAgentsResponse : IMessage<ListAgentsResponse>, IEquatable<ListAgentsResponse>, IDeepCloneable<ListAgentsResponse>, IBufferMessage, IMessage, IPageResponse<Agent>, IEnumerable<Agent>, IEnumerable

Reference documentation and code samples for the Dialogflow v3 API class ListAgentsResponse.

The response message for [Agents.ListAgents][google.cloud.dialogflow.cx.v3.Agents.ListAgents].

Inheritance

object > ListAgentsResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ListAgentsResponse()

public ListAgentsResponse()

ListAgentsResponse(ListAgentsResponse)

public ListAgentsResponse(ListAgentsResponse other)
Parameter
NameDescription
otherListAgentsResponse

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
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Agent> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAgent