public interface SearchAgentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v2beta1.Agent agents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.v2beta1.Agent agents = 1;
| Returns | |
|---|---|
| Type | Description |
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.v2beta1.Agent agents = 1;
| Returns | |
|---|---|
| Type | Description |
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.v2beta1.Agent agents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.v2beta1.Agent agents = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |