public static interface Evaluation.GoldenTurnOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRootSpan()
public abstract Span getRootSpan()Optional. The root span of the golden turn for processing and maintaining audio information.
.google.cloud.ces.v1beta.Span root_span = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Span |
The rootSpan. |
getRootSpanOrBuilder()
public abstract SpanOrBuilder getRootSpanOrBuilder()Optional. The root span of the golden turn for processing and maintaining audio information.
.google.cloud.ces.v1beta.Span root_span = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SpanOrBuilder |
|
getSteps(int index)
public abstract Evaluation.Step getSteps(int index)Required. The steps required to replay a golden conversation.
repeated .google.cloud.ces.v1beta.Evaluation.Step steps = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.Step |
|
getStepsCount()
public abstract int getStepsCount()Required. The steps required to replay a golden conversation.
repeated .google.cloud.ces.v1beta.Evaluation.Step steps = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getStepsList()
public abstract List<Evaluation.Step> getStepsList()Required. The steps required to replay a golden conversation.
repeated .google.cloud.ces.v1beta.Evaluation.Step steps = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Step> |
|
getStepsOrBuilder(int index)
public abstract Evaluation.StepOrBuilder getStepsOrBuilder(int index)Required. The steps required to replay a golden conversation.
repeated .google.cloud.ces.v1beta.Evaluation.Step steps = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation.StepOrBuilder |
|
getStepsOrBuilderList()
public abstract List<? extends Evaluation.StepOrBuilder> getStepsOrBuilderList()Required. The steps required to replay a golden conversation.
repeated .google.cloud.ces.v1beta.Evaluation.Step steps = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1beta.Evaluation.StepOrBuilder> |
|
hasRootSpan()
public abstract boolean hasRootSpan()Optional. The root span of the golden turn for processing and maintaining audio information.
.google.cloud.ces.v1beta.Span root_span = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rootSpan field is set. |