Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.CreateFlowRequest
-
Packages that use CreateFlowRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of CreateFlowRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return CreateFlowRequest Modifier and Type Method Description CreateFlowRequestCreateFlowRequest.Builder. build()CreateFlowRequestCreateFlowRequest.Builder. buildPartial()static CreateFlowRequestCreateFlowRequest. getDefaultInstance()CreateFlowRequestCreateFlowRequest.Builder. getDefaultInstanceForType()CreateFlowRequestCreateFlowRequest. getDefaultInstanceForType()static CreateFlowRequestCreateFlowRequest. parseDelimitedFrom(InputStream input)static CreateFlowRequestCreateFlowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFlowRequestCreateFlowRequest. parseFrom(byte[] data)static CreateFlowRequestCreateFlowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFlowRequestCreateFlowRequest. parseFrom(com.google.protobuf.ByteString data)static CreateFlowRequestCreateFlowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFlowRequestCreateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateFlowRequestCreateFlowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFlowRequestCreateFlowRequest. parseFrom(InputStream input)static CreateFlowRequestCreateFlowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateFlowRequestCreateFlowRequest. parseFrom(ByteBuffer data)static CreateFlowRequestCreateFlowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type CreateFlowRequest Modifier and Type Method Description 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.protobuf.Parser<CreateFlowRequest>CreateFlowRequest. getParserForType()static com.google.protobuf.Parser<CreateFlowRequest>CreateFlowRequest. parser()Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type CreateFlowRequest Modifier and Type Method Description FlowFlowsClient. createFlow(CreateFlowRequest request)Creates a flow in the specified agent.default voidFlowsGrpc.AsyncService. createFlow(CreateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Creates a flow in the specified agent.FlowFlowsGrpc.FlowsBlockingStub. createFlow(CreateFlowRequest request)Creates a flow in the specified agent.com.google.common.util.concurrent.ListenableFuture<Flow>FlowsGrpc.FlowsFutureStub. createFlow(CreateFlowRequest request)Creates a flow in the specified agent.voidFlowsGrpc.FlowsStub. createFlow(CreateFlowRequest request, io.grpc.stub.StreamObserver<Flow> responseObserver)Creates a flow in the specified agent.CreateFlowRequest.BuilderCreateFlowRequest.Builder. mergeFrom(CreateFlowRequest other)static CreateFlowRequest.BuilderCreateFlowRequest. newBuilder(CreateFlowRequest prototype) -
Uses of CreateFlowRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type CreateFlowRequest 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.
-