Package com.google.cloud.dialogflow.v2
Interface ListConversationModelEvaluationsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListConversationModelEvaluationsResponse,ListConversationModelEvaluationsResponse.Builder
public interface ListConversationModelEvaluationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConversationModelEvaluationgetConversationModelEvaluations(int index)The list of evaluations to return.intgetConversationModelEvaluationsCount()The list of evaluations to return.List<ConversationModelEvaluation>getConversationModelEvaluationsList()The list of evaluations to return.ConversationModelEvaluationOrBuildergetConversationModelEvaluationsOrBuilder(int index)The list of evaluations to return.List<? extends ConversationModelEvaluationOrBuilder>getConversationModelEvaluationsOrBuilderList()The list of evaluations to return.StringgetNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteStringgetNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationModelEvaluationsList
List<ConversationModelEvaluation> getConversationModelEvaluationsList()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
-
getConversationModelEvaluations
ConversationModelEvaluation getConversationModelEvaluations(int index)
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
-
getConversationModelEvaluationsCount
int getConversationModelEvaluationsCount()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
-
getConversationModelEvaluationsOrBuilderList
List<? extends ConversationModelEvaluationOrBuilder> getConversationModelEvaluationsOrBuilderList()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
-
getConversationModelEvaluationsOrBuilder
ConversationModelEvaluationOrBuilder getConversationModelEvaluationsOrBuilder(int index)
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-