public sealed class SearchAgentsResponse : IMessage<SearchAgentsResponse>, IEquatable<SearchAgentsResponse>, IDeepCloneable<SearchAgentsResponse>, IBufferMessage, IMessage, IPageResponse<Agent>, IEnumerable<Agent>, IEnumerable
The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents].
Inheritance
System.Object > SearchAgentsResponseImplements
IMessage<SearchAgentsResponse>, IEquatable<SearchAgentsResponse>, IDeepCloneable<SearchAgentsResponse>, IBufferMessage, IMessage, IPageResponse<Agent>, IEnumerable<Agent>, IEnumerableNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
SearchAgentsResponse()
public SearchAgentsResponse()
SearchAgentsResponse(SearchAgentsResponse)
public SearchAgentsResponse(SearchAgentsResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchAgentsResponse |
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 |
RepeatedField<Agent> |
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 |
IEnumerator<Agent> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |