public interface ListConversationModelEvaluationsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ConversationModelEvaluation |
getConversationModelEvaluations(int index)
The list of evaluations to return.
|
int |
getConversationModelEvaluationsCount()
The list of evaluations to return.
|
List<ConversationModelEvaluation> |
getConversationModelEvaluationsList()
The list of evaluations to return.
|
ConversationModelEvaluationOrBuilder |
getConversationModelEvaluationsOrBuilder(int index)
The list of evaluations to return.
|
List<? extends ConversationModelEvaluationOrBuilder> |
getConversationModelEvaluationsOrBuilderList()
The list of evaluations to return.
|
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<ConversationModelEvaluation> getConversationModelEvaluationsList()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
ConversationModelEvaluation getConversationModelEvaluations(int index)
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
int getConversationModelEvaluationsCount()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
List<? extends ConversationModelEvaluationOrBuilder> getConversationModelEvaluationsOrBuilderList()
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
ConversationModelEvaluationOrBuilder getConversationModelEvaluationsOrBuilder(int index)
The list of evaluations to return.
repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 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.