Gemini Enterprise for Customer Experience v1 API - Class ListAgentsResponse (1.0.0-beta01)

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListAgentsResponse.

Response message for [AgentService.ListAgents][google.cloud.ces.v1.AgentService.ListAgents].

Inheritance

object > ListAgentsResponse

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.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.

Property Value
Type Description
RepeatedFieldAgent

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as [ListAgentsRequest.page_token][google.cloud.ces.v1.ListAgentsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.

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