Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Flow
-
Packages that use Flow Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of Flow in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Flow Modifier and Type Method Description Flow
Flow.Builder. build()
Flow
Flow.Builder. buildPartial()
Flow
FlowsClient. createFlow(AgentName parent, Flow flow)
Creates a flow in the specified agent.Flow
FlowsClient. createFlow(CreateFlowRequest request)
Creates a flow in the specified agent.Flow
FlowsClient. createFlow(String parent, Flow flow)
Creates a flow in the specified agent.Flow
FlowsGrpc.FlowsBlockingStub. createFlow(CreateFlowRequest request)
Creates a flow in the specified agent.static Flow
Flow. getDefaultInstance()
Flow
Flow.Builder. getDefaultInstanceForType()
Flow
Flow. getDefaultInstanceForType()
Flow
CreateFlowRequest.Builder. getFlow()
Required.Flow
CreateFlowRequest. getFlow()
Required.Flow
CreateFlowRequestOrBuilder. getFlow()
Required.Flow
FlowsClient. getFlow(FlowName name)
Retrieves the specified flow.Flow
FlowsClient. getFlow(GetFlowRequest request)
Retrieves the specified flow.Flow
FlowsClient. getFlow(String name)
Retrieves the specified flow.Flow
FlowsGrpc.FlowsBlockingStub. getFlow(GetFlowRequest request)
Retrieves the specified flow.Flow
TransitionCoverage.TransitionNode.Builder. getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].Flow
TransitionCoverage.TransitionNode. getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].Flow
TransitionCoverage.TransitionNodeOrBuilder. getFlow()
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].Flow
UpdateFlowRequest.Builder. getFlow()
Required.Flow
UpdateFlowRequest. getFlow()
Required.Flow
UpdateFlowRequestOrBuilder. getFlow()
Required.Flow
ListFlowsResponse.Builder. getFlows(int index)
The list of flows.Flow
ListFlowsResponse. getFlows(int index)
The list of flows.Flow
ListFlowsResponseOrBuilder. getFlows(int index)
The list of flows.static Flow
Flow. parseDelimitedFrom(InputStream input)
static Flow
Flow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Flow
Flow. parseFrom(byte[] data)
static Flow
Flow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Flow
Flow. parseFrom(com.google.protobuf.ByteString data)
static Flow
Flow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Flow
Flow. parseFrom(com.google.protobuf.CodedInputStream input)
static Flow
Flow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Flow
Flow. parseFrom(InputStream input)
static Flow
Flow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Flow
Flow. parseFrom(ByteBuffer data)
static Flow
Flow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Flow
FlowsClient. updateFlow(Flow flow, com.google.protobuf.FieldMask updateMask)
Updates the specified flow.Flow
FlowsClient. updateFlow(UpdateFlowRequest request)
Updates the specified flow.Flow
FlowsGrpc.FlowsBlockingStub. updateFlow(UpdateFlowRequest request)
Updates the specified flow.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Flow Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Flow>
FlowsGrpc.FlowsFutureStub. createFlow(CreateFlowRequest request)
Creates a flow in the specified agent.com.google.api.gax.rpc.UnaryCallable<CreateFlowRequest,Flow>
FlowsClient. createFlowCallable()
Creates a flow in the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFlowRequest,Flow>
FlowsSettings.Builder. createFlowSettings()
Returns the builder for the settings used for calls to createFlow.com.google.api.gax.rpc.UnaryCallSettings<CreateFlowRequest,Flow>
FlowsSettings. createFlowSettings()
Returns the object with the settings used for calls to createFlow.static io.grpc.MethodDescriptor<CreateFlowRequest,Flow>
FlowsGrpc. getCreateFlowMethod()
com.google.common.util.concurrent.ListenableFuture<Flow>
FlowsGrpc.FlowsFutureStub. getFlow(GetFlowRequest request)
Retrieves the specified flow.com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
FlowsClient. getFlowCallable()
Retrieves the specified flow.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFlowRequest,Flow>
FlowsSettings.Builder. getFlowSettings()
Returns the builder for the settings used for calls to getFlow.com.google.api.gax.rpc.UnaryCallSettings<GetFlowRequest,Flow>
FlowsSettings. getFlowSettings()
Returns the object with the settings used for calls to getFlow.List<Flow>
ListFlowsResponse.Builder. getFlowsList()
The list of flows.List<Flow>
ListFlowsResponse. getFlowsList()
The list of flows.List<Flow>
ListFlowsResponseOrBuilder. getFlowsList()
The list of flows.static io.grpc.MethodDescriptor<GetFlowRequest,Flow>
FlowsGrpc. getGetFlowMethod()
com.google.protobuf.Parser<Flow>
Flow. getParserForType()
static io.grpc.MethodDescriptor<UpdateFlowRequest,Flow>
FlowsGrpc. getUpdateFlowMethod()
static com.google.protobuf.Parser<Flow>
Flow. parser()
com.google.common.util.concurrent.ListenableFuture<Flow>
FlowsGrpc.FlowsFutureStub. updateFlow(UpdateFlowRequest request)
Updates the specified flow.com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>
FlowsClient. updateFlowCallable()
Updates the specified flow.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFlowRequest,Flow>
FlowsSettings.Builder. updateFlowSettings()
Returns the builder for the settings used for calls to updateFlow.com.google.api.gax.rpc.UnaryCallSettings<UpdateFlowRequest,Flow>
FlowsSettings. updateFlowSettings()
Returns the object with the settings used for calls to updateFlow.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Flow Modifier and Type Method Description ListFlowsResponse.Builder
ListFlowsResponse.Builder. addFlows(int index, Flow value)
The list of flows.ListFlowsResponse.Builder
ListFlowsResponse.Builder. addFlows(Flow value)
The list of flows.Flow
FlowsClient. createFlow(AgentName parent, Flow flow)
Creates a flow in the specified agent.Flow
FlowsClient. createFlow(String parent, Flow flow)
Creates a flow in the specified agent.CreateFlowRequest.Builder
CreateFlowRequest.Builder. mergeFlow(Flow value)
Required.TransitionCoverage.TransitionNode.Builder
TransitionCoverage.TransitionNode.Builder. mergeFlow(Flow value)
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].UpdateFlowRequest.Builder
UpdateFlowRequest.Builder. mergeFlow(Flow value)
Required.Flow.Builder
Flow.Builder. mergeFrom(Flow other)
static Flow.Builder
Flow. newBuilder(Flow prototype)
CreateFlowRequest.Builder
CreateFlowRequest.Builder. setFlow(Flow value)
Required.TransitionCoverage.TransitionNode.Builder
TransitionCoverage.TransitionNode.Builder. setFlow(Flow value)
Indicates a transition to a [Flow][google.cloud.dialogflow.cx.v3beta1.Flow].UpdateFlowRequest.Builder
UpdateFlowRequest.Builder. setFlow(Flow value)
Required.ListFlowsResponse.Builder
ListFlowsResponse.Builder. setFlows(int index, Flow value)
The list of flows.Flow
FlowsClient. updateFlow(Flow flow, com.google.protobuf.FieldMask updateMask)
Updates the specified flow.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type Flow Modifier and Type Method Description ListFlowsResponse.Builder
ListFlowsResponse.Builder. addAllFlows(Iterable<? extends Flow> values)
The list of flows.static com.google.api.core.ApiFuture<FlowsClient.ListFlowsPagedResponse>
FlowsClient.ListFlowsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, com.google.api.core.ApiFuture<ListFlowsResponse> futureResponse)
default void
FlowsGrpc.AsyncService. createFlow(CreateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Creates a flow in the specified agent.void
FlowsGrpc.FlowsStub. createFlow(CreateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Creates a flow in the specified agent.protected FlowsClient.ListFlowsPage
FlowsClient.ListFlowsPage. createPage(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, ListFlowsResponse response)
com.google.api.core.ApiFuture<FlowsClient.ListFlowsPage>
FlowsClient.ListFlowsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFlowsRequest,ListFlowsResponse,Flow> context, com.google.api.core.ApiFuture<ListFlowsResponse> futureResponse)
default void
FlowsGrpc.AsyncService. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Retrieves the specified flow.void
FlowsGrpc.FlowsStub. getFlow(GetFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Retrieves the specified flow.default void
FlowsGrpc.AsyncService. updateFlow(UpdateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Updates the specified flow.void
FlowsGrpc.FlowsStub. updateFlow(UpdateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)
Updates the specified flow. -
Uses of Flow in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type Flow Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateFlowRequest,Flow>
FlowsStub. createFlowCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFlowRequest,Flow>
GrpcFlowsStub. createFlowCallable()
com.google.api.gax.rpc.UnaryCallable<CreateFlowRequest,Flow>
HttpJsonFlowsStub. createFlowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFlowRequest,Flow>
FlowsStubSettings.Builder. createFlowSettings()
Returns the builder for the settings used for calls to createFlow.com.google.api.gax.rpc.UnaryCallSettings<CreateFlowRequest,Flow>
FlowsStubSettings. createFlowSettings()
Returns the object with the settings used for calls to createFlow.com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
FlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
GrpcFlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallable<GetFlowRequest,Flow>
HttpJsonFlowsStub. getFlowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFlowRequest,Flow>
FlowsStubSettings.Builder. getFlowSettings()
Returns the builder for the settings used for calls to getFlow.com.google.api.gax.rpc.UnaryCallSettings<GetFlowRequest,Flow>
FlowsStubSettings. getFlowSettings()
Returns the object with the settings used for calls to getFlow.com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>
FlowsStub. updateFlowCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>
GrpcFlowsStub. updateFlowCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateFlowRequest,Flow>
HttpJsonFlowsStub. updateFlowCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFlowRequest,Flow>
FlowsStubSettings.Builder. updateFlowSettings()
Returns the builder for the settings used for calls to updateFlow.com.google.api.gax.rpc.UnaryCallSettings<UpdateFlowRequest,Flow>
FlowsStubSettings. updateFlowSettings()
Returns the object with the settings used for calls to updateFlow.
-