Interface ListAgentsResponseOrBuilder (0.48.0)

public interface ListAgentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAgents(int index)

public abstract Agent getAgents(int index)

The list of agents. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Agent agents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Agent

getAgentsCount()

public abstract int getAgentsCount()

The list of agents. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Agent agents = 1;

Returns
TypeDescription
int

getAgentsList()

public abstract List<Agent> getAgentsList()

The list of agents. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Agent agents = 1;

Returns
TypeDescription
List<Agent>

getAgentsOrBuilder(int index)

public abstract AgentOrBuilder getAgentsOrBuilder(int index)

The list of agents. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Agent agents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AgentOrBuilder

getAgentsOrBuilderList()

public abstract List<? extends AgentOrBuilder> getAgentsOrBuilderList()

The list of agents. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Agent agents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.AgentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.