Interface ListConversationModelEvaluationsResponseOrBuilder (4.5.11)

public interface ListConversationModelEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationModelEvaluations(int index)

public abstract ConversationModelEvaluation getConversationModelEvaluations(int index)

The list of evaluations to return.

repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversationModelEvaluation

getConversationModelEvaluationsCount()

public abstract int getConversationModelEvaluationsCount()

The list of evaluations to return.

repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;

Returns
TypeDescription
int

getConversationModelEvaluationsList()

public abstract List<ConversationModelEvaluation> getConversationModelEvaluationsList()

The list of evaluations to return.

repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;

Returns
TypeDescription
List<ConversationModelEvaluation>

getConversationModelEvaluationsOrBuilder(int index)

public abstract ConversationModelEvaluationOrBuilder getConversationModelEvaluationsOrBuilder(int index)

The list of evaluations to return.

repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversationModelEvaluationOrBuilder

getConversationModelEvaluationsOrBuilderList()

public abstract List<? extends ConversationModelEvaluationOrBuilder> getConversationModelEvaluationsOrBuilderList()

The list of evaluations to return.

repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.ConversationModelEvaluationOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.