Google Cloud Dialogflow v2beta1 API - Class SearchAgentsResponse (1.0.0-beta15)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchAgentsResponse.

The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2beta1.Agents.SearchAgents].

Inheritance

object > SearchAgentsResponse

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SearchAgentsResponse()

public SearchAgentsResponse()

SearchAgentsResponse(SearchAgentsResponse)

public SearchAgentsResponse(SearchAgentsResponse other)
Parameter
NameDescription
otherSearchAgentsResponse

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