public interface SearchAgentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Agent |
getAgents(int index)
The list of agents.
|
int |
getAgentsCount()
The list of agents.
|
List<Agent> |
getAgentsList()
The list of agents.
|
AgentOrBuilder |
getAgentsOrBuilder(int index)
The list of agents.
|
List<? extends AgentOrBuilder> |
getAgentsOrBuilderList()
The list of agents.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.