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 classTransitionRouteA 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 classTransitionRoute.BuilderA 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 TransitionRouteOrBuilderTransitionCoverage.Transition.Builder. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderTransitionCoverage.Transition. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderTransitionCoverage.TransitionOrBuilder. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderTransitionRouteGroupCoverage.Coverage.Transition.Builder. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderTransitionRouteGroupCoverage.Coverage.Transition. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderTransitionRouteGroupCoverage.Coverage.TransitionOrBuilder. getTransitionRouteOrBuilder()Intent route or condition route.TransitionRouteOrBuilderFlow.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.TransitionRouteOrBuilderFlow. getTransitionRoutesOrBuilder(int index)A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRouteOrBuilderFlowOrBuilder. getTransitionRoutesOrBuilder(int index)A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRouteOrBuilderPage.Builder. getTransitionRoutesOrBuilder(int index)A list of transitions for the transition rules of this page.TransitionRouteOrBuilderPage. getTransitionRoutesOrBuilder(int index)A list of transitions for the transition rules of this page.TransitionRouteOrBuilderPageOrBuilder. getTransitionRoutesOrBuilder(int index)A list of transitions for the transition rules of this page.TransitionRouteOrBuilderTransitionRouteGroup.Builder. getTransitionRoutesOrBuilder(int index)Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].TransitionRouteOrBuilderTransitionRouteGroup. getTransitionRoutesOrBuilder(int index)Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].TransitionRouteOrBuilderTransitionRouteGroupOrBuilder. 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].
-