Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.TransitionRoute
-
Packages that use TransitionRoute Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of TransitionRoute in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return TransitionRoute Modifier and Type Method Description TransitionRoute
TransitionRoute.Builder. build()
TransitionRoute
TransitionRoute.Builder. buildPartial()
static TransitionRoute
TransitionRoute. getDefaultInstance()
TransitionRoute
TransitionRoute.Builder. getDefaultInstanceForType()
TransitionRoute
TransitionRoute. getDefaultInstanceForType()
TransitionRoute
TransitionCoverage.Transition.Builder. getTransitionRoute()
Intent route or condition route.TransitionRoute
TransitionCoverage.Transition. getTransitionRoute()
Intent route or condition route.TransitionRoute
TransitionCoverage.TransitionOrBuilder. getTransitionRoute()
Intent route or condition route.TransitionRoute
TransitionRouteGroupCoverage.Coverage.Transition.Builder. getTransitionRoute()
Intent route or condition route.TransitionRoute
TransitionRouteGroupCoverage.Coverage.Transition. getTransitionRoute()
Intent route or condition route.TransitionRoute
TransitionRouteGroupCoverage.Coverage.TransitionOrBuilder. getTransitionRoute()
Intent route or condition route.TransitionRoute
Flow.Builder. getTransitionRoutes(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRoute
Flow. getTransitionRoutes(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRoute
FlowOrBuilder. getTransitionRoutes(int index)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.TransitionRoute
Page.Builder. getTransitionRoutes(int index)
A list of transitions for the transition rules of this page.TransitionRoute
Page. getTransitionRoutes(int index)
A list of transitions for the transition rules of this page.TransitionRoute
PageOrBuilder. getTransitionRoutes(int index)
A list of transitions for the transition rules of this page.TransitionRoute
TransitionRouteGroup.Builder. getTransitionRoutes(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRoute
TransitionRouteGroup. getTransitionRoutes(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRoute
TransitionRouteGroupOrBuilder. getTransitionRoutes(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].static TransitionRoute
TransitionRoute. parseDelimitedFrom(InputStream input)
static TransitionRoute
TransitionRoute. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitionRoute
TransitionRoute. parseFrom(byte[] data)
static TransitionRoute
TransitionRoute. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitionRoute
TransitionRoute. parseFrom(com.google.protobuf.ByteString data)
static TransitionRoute
TransitionRoute. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitionRoute
TransitionRoute. parseFrom(com.google.protobuf.CodedInputStream input)
static TransitionRoute
TransitionRoute. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitionRoute
TransitionRoute. parseFrom(InputStream input)
static TransitionRoute
TransitionRoute. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TransitionRoute
TransitionRoute. parseFrom(ByteBuffer data)
static TransitionRoute
TransitionRoute. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type TransitionRoute Modifier and Type Method Description com.google.protobuf.Parser<TransitionRoute>
TransitionRoute. getParserForType()
List<TransitionRoute>
Flow.Builder. getTransitionRoutesList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<TransitionRoute>
Flow. getTransitionRoutesList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<TransitionRoute>
FlowOrBuilder. getTransitionRoutesList()
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.List<TransitionRoute>
Page.Builder. getTransitionRoutesList()
A list of transitions for the transition rules of this page.List<TransitionRoute>
Page. getTransitionRoutesList()
A list of transitions for the transition rules of this page.List<TransitionRoute>
PageOrBuilder. getTransitionRoutesList()
A list of transitions for the transition rules of this page.List<TransitionRoute>
TransitionRouteGroup.Builder. getTransitionRoutesList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].List<TransitionRoute>
TransitionRouteGroup. getTransitionRoutesList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].List<TransitionRoute>
TransitionRouteGroupOrBuilder. getTransitionRoutesList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].static com.google.protobuf.Parser<TransitionRoute>
TransitionRoute. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type TransitionRoute Modifier and Type Method Description Flow.Builder
Flow.Builder. addTransitionRoutes(int index, TransitionRoute value)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.Flow.Builder
Flow.Builder. addTransitionRoutes(TransitionRoute value)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.Page.Builder
Page.Builder. addTransitionRoutes(int index, TransitionRoute value)
A list of transitions for the transition rules of this page.Page.Builder
Page.Builder. addTransitionRoutes(TransitionRoute value)
A list of transitions for the transition rules of this page.TransitionRouteGroup.Builder
TransitionRouteGroup.Builder. addTransitionRoutes(int index, TransitionRoute value)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRouteGroup.Builder
TransitionRouteGroup.Builder. addTransitionRoutes(TransitionRoute value)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].TransitionRoute.Builder
TransitionRoute.Builder. mergeFrom(TransitionRoute other)
TransitionCoverage.Transition.Builder
TransitionCoverage.Transition.Builder. mergeTransitionRoute(TransitionRoute value)
Intent route or condition route.TransitionRouteGroupCoverage.Coverage.Transition.Builder
TransitionRouteGroupCoverage.Coverage.Transition.Builder. mergeTransitionRoute(TransitionRoute value)
Intent route or condition route.static TransitionRoute.Builder
TransitionRoute. newBuilder(TransitionRoute prototype)
TransitionCoverage.Transition.Builder
TransitionCoverage.Transition.Builder. setTransitionRoute(TransitionRoute value)
Intent route or condition route.TransitionRouteGroupCoverage.Coverage.Transition.Builder
TransitionRouteGroupCoverage.Coverage.Transition.Builder. setTransitionRoute(TransitionRoute value)
Intent route or condition route.Flow.Builder
Flow.Builder. setTransitionRoutes(int index, TransitionRoute value)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.Page.Builder
Page.Builder. setTransitionRoutes(int index, TransitionRoute value)
A list of transitions for the transition rules of this page.TransitionRouteGroup.Builder
TransitionRouteGroup.Builder. setTransitionRoutes(int index, TransitionRoute value)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type TransitionRoute Modifier and Type Method Description Flow.Builder
Flow.Builder. addAllTransitionRoutes(Iterable<? extends TransitionRoute> values)
A flow's transition routes serve two purposes: * They are responsible for matching the user's first utterances in the flow.Page.Builder
Page.Builder. addAllTransitionRoutes(Iterable<? extends TransitionRoute> values)
A list of transitions for the transition rules of this page.TransitionRouteGroup.Builder
TransitionRouteGroup.Builder. addAllTransitionRoutes(Iterable<? extends TransitionRoute> values)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3beta1.TransitionRouteGroup].
-