Uses of Interface
com.google.cloud.dialogflow.cx.v3.TransitionRouteOrBuilder
-
Packages that use TransitionRouteOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TransitionRouteOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement TransitionRouteOrBuilder Modifier and Type Class Description class
TransitionRoute
A transition route specifies a [intent][google.cloud.dialogflow.cx.v3.Intent] that can be matched and/or a data condition that can be evaluated during a session.static class
TransitionRoute.Builder
A transition route specifies a [intent][google.cloud.dialogflow.cx.v3.Intent] that can be matched and/or a data condition that can be evaluated during a session.Methods in com.google.cloud.dialogflow.cx.v3 that return TransitionRouteOrBuilder Modifier and Type Method Description TransitionRouteOrBuilder
TransitionCoverage.Transition.Builder. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
TransitionCoverage.Transition. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
TransitionCoverage.TransitionOrBuilder. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
TransitionRouteGroupCoverage.Coverage.Transition.Builder. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
TransitionRouteGroupCoverage.Coverage.Transition. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
TransitionRouteGroupCoverage.Coverage.TransitionOrBuilder. getTransitionRouteOrBuilder()
Intent route or condition route.TransitionRouteOrBuilder
Flow.Builder. getTransitionRoutesOrBuilder(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRouteOrBuilder
Flow. getTransitionRoutesOrBuilder(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRouteOrBuilder
FlowOrBuilder. getTransitionRoutesOrBuilder(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRouteOrBuilder
Page.Builder. getTransitionRoutesOrBuilder(int index)
A list of transitions for the transition rules of this page.TransitionRouteOrBuilder
Page. getTransitionRoutesOrBuilder(int index)
A list of transitions for the transition rules of this page.TransitionRouteOrBuilder
PageOrBuilder. getTransitionRoutesOrBuilder(int index)
A list of transitions for the transition rules of this page.TransitionRouteOrBuilder
TransitionRouteGroup.Builder. getTransitionRoutesOrBuilder(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].TransitionRouteOrBuilder
TransitionRouteGroup. getTransitionRoutesOrBuilder(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].TransitionRouteOrBuilder
TransitionRouteGroupOrBuilder. getTransitionRoutesOrBuilder(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TransitionRouteOrBuilder Modifier and Type Method Description List<? extends TransitionRouteOrBuilder>
Flow.Builder. getTransitionRoutesOrBuilderList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<? extends TransitionRouteOrBuilder>
Flow. getTransitionRoutesOrBuilderList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<? extends TransitionRouteOrBuilder>
FlowOrBuilder. getTransitionRoutesOrBuilderList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<? extends TransitionRouteOrBuilder>
Page.Builder. getTransitionRoutesOrBuilderList()
A list of transitions for the transition rules of this page.List<? extends TransitionRouteOrBuilder>
Page. getTransitionRoutesOrBuilderList()
A list of transitions for the transition rules of this page.List<? extends TransitionRouteOrBuilder>
PageOrBuilder. getTransitionRoutesOrBuilderList()
A list of transitions for the transition rules of this page.List<? extends TransitionRouteOrBuilder>
TransitionRouteGroup.Builder. getTransitionRoutesOrBuilderList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].List<? extends TransitionRouteOrBuilder>
TransitionRouteGroup. getTransitionRoutesOrBuilderList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].List<? extends TransitionRouteOrBuilder>
TransitionRouteGroupOrBuilder. getTransitionRoutesOrBuilderList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
-