Interface Evaluation.GoldenOrBuilder (0.3.0)

public static interface Evaluation.GoldenOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationExpectations(int index)

public abstract String getEvaluationExpectations(int index)

Optional. The evaluation expectations to evaluate the replayed conversation against. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluationExpectation}

repeated string evaluation_expectations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The evaluationExpectations at the given index.

getEvaluationExpectationsBytes(int index)

public abstract ByteString getEvaluationExpectationsBytes(int index)

Optional. The evaluation expectations to evaluate the replayed conversation against. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluationExpectation}

repeated string evaluation_expectations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the evaluationExpectations at the given index.

getEvaluationExpectationsCount()

public abstract int getEvaluationExpectationsCount()

Optional. The evaluation expectations to evaluate the replayed conversation against. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluationExpectation}

repeated string evaluation_expectations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of evaluationExpectations.

getEvaluationExpectationsList()

public abstract List<String> getEvaluationExpectationsList()

Optional. The evaluation expectations to evaluate the replayed conversation against. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluationExpectation}

repeated string evaluation_expectations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
List<String>

A list containing the evaluationExpectations.

getTurns(int index)

public abstract Evaluation.GoldenTurn getTurns(int index)

Required. The golden turns required to replay a golden conversation.

repeated .google.cloud.ces.v1beta.Evaluation.GoldenTurn turns = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Evaluation.GoldenTurn

getTurnsCount()

public abstract int getTurnsCount()

Required. The golden turns required to replay a golden conversation.

repeated .google.cloud.ces.v1beta.Evaluation.GoldenTurn turns = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getTurnsList()

public abstract List<Evaluation.GoldenTurn> getTurnsList()

Required. The golden turns required to replay a golden conversation.

repeated .google.cloud.ces.v1beta.Evaluation.GoldenTurn turns = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<GoldenTurn>

getTurnsOrBuilder(int index)

public abstract Evaluation.GoldenTurnOrBuilder getTurnsOrBuilder(int index)

Required. The golden turns required to replay a golden conversation.

repeated .google.cloud.ces.v1beta.Evaluation.GoldenTurn turns = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Evaluation.GoldenTurnOrBuilder

getTurnsOrBuilderList()

public abstract List<? extends Evaluation.GoldenTurnOrBuilder> getTurnsOrBuilderList()

Required. The golden turns required to replay a golden conversation.

repeated .google.cloud.ces.v1beta.Evaluation.GoldenTurn turns = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.Evaluation.GoldenTurnOrBuilder>