Uses of Interface
com.google.cloud.dialogflow.cx.v3.TransitionCoverageOrBuilder
-
Packages that use TransitionCoverageOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TransitionCoverageOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement TransitionCoverageOrBuilder Modifier and Type Class Description class
TransitionCoverage
Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.static class
TransitionCoverage.Builder
Transition coverage represents the percentage of all possible page transitions (page-level transition routes and event handlers, excluding transition route groups) present within any of a parent's test cases.Methods in com.google.cloud.dialogflow.cx.v3 that return TransitionCoverageOrBuilder Modifier and Type Method Description TransitionCoverageOrBuilder
CalculateCoverageResponse.Builder. getTransitionCoverageOrBuilder()
Transition (excluding transition route groups) coverage.TransitionCoverageOrBuilder
CalculateCoverageResponse. getTransitionCoverageOrBuilder()
Transition (excluding transition route groups) coverage.TransitionCoverageOrBuilder
CalculateCoverageResponseOrBuilder. getTransitionCoverageOrBuilder()
Transition (excluding transition route groups) coverage.
-