public interface TransitionCoverageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getCoverageScore()
The percent of transitions in the agent that are covered.
|
TransitionCoverage.Transition |
getTransitions(int index)
The list of Transitions present in the agent.
|
int |
getTransitionsCount()
The list of Transitions present in the agent.
|
List<TransitionCoverage.Transition> |
getTransitionsList()
The list of Transitions present in the agent.
|
TransitionCoverage.TransitionOrBuilder |
getTransitionsOrBuilder(int index)
The list of Transitions present in the agent.
|
List<? extends TransitionCoverage.TransitionOrBuilder> |
getTransitionsOrBuilderList()
The list of Transitions present in the agent.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TransitionCoverage.Transition> getTransitionsList()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
TransitionCoverage.Transition getTransitions(int index)
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
int getTransitionsCount()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
List<? extends TransitionCoverage.TransitionOrBuilder> getTransitionsOrBuilderList()
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
TransitionCoverage.TransitionOrBuilder getTransitionsOrBuilder(int index)
The list of Transitions present in the agent.
repeated .google.cloud.dialogflow.cx.v3.TransitionCoverage.Transition transitions = 1;
float getCoverageScore()
The percent of transitions in the agent that are covered.
float coverage_score = 2;Copyright © 2025 Google LLC. All rights reserved.