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.v2.Agent agents = 1;
| Name | Description |
| index | int |
| 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.v2.Agent agents = 1;
| 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.v2.Agent agents = 1;
| 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.v2.Agent agents = 1;
| Name | Description |
| index | int |
| 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.v2.Agent agents = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2.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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |