Uses of Interface
com.google.cloud.dialogflow.cx.v3beta1.FlowOrBuilder
-
Packages that use FlowOrBuilder Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of FlowOrBuilder in com.google.cloud.dialogflow.cx.v3beta1
Classes in com.google.cloud.dialogflow.cx.v3beta1 that implement FlowOrBuilder Modifier and Type Class Description class
Flow
Flows represents the conversation flows when you build your chatbot agent.static class
Flow.Builder
Flows represents the conversation flows when you build your chatbot agent.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return FlowOrBuilder Modifier and Type Method Description FlowOrBuilder
CreateFlowRequest.Builder. getFlowOrBuilder()
Required.FlowOrBuilder
CreateFlowRequest. getFlowOrBuilder()
Required.FlowOrBuilder
CreateFlowRequestOrBuilder. getFlowOrBuilder()
Required.FlowOrBuilder
TransitionCoverage.TransitionNode.Builder. getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].FlowOrBuilder
TransitionCoverage.TransitionNode. getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].FlowOrBuilder
TransitionCoverage.TransitionNodeOrBuilder. getFlowOrBuilder()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].FlowOrBuilder
UpdateFlowRequest.Builder. getFlowOrBuilder()
Required.FlowOrBuilder
UpdateFlowRequest. getFlowOrBuilder()
Required.FlowOrBuilder
UpdateFlowRequestOrBuilder. getFlowOrBuilder()
Required.FlowOrBuilder
ListFlowsResponse.Builder. getFlowsOrBuilder(int index)
The list of flows.FlowOrBuilder
ListFlowsResponse. getFlowsOrBuilder(int index)
The list of flows.FlowOrBuilder
ListFlowsResponseOrBuilder. getFlowsOrBuilder(int index)
The list of flows.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type FlowOrBuilder Modifier and Type Method Description List<? extends FlowOrBuilder>
ListFlowsResponse.Builder. getFlowsOrBuilderList()
The list of flows.List<? extends FlowOrBuilder>
ListFlowsResponse. getFlowsOrBuilderList()
The list of flows.List<? extends FlowOrBuilder>
ListFlowsResponseOrBuilder. getFlowsOrBuilderList()
The list of flows.
-