Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.stub.FlowsStubSettings
-
Packages that use FlowsStubSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of FlowsStubSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type FlowsStubSettings Modifier and Type Method Description static FlowsSettingsFlowsSettings. create(FlowsStubSettings stub) -
Uses of FlowsStubSettings in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return FlowsStubSettings Modifier and Type Method Description FlowsStubSettingsFlowsStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type FlowsStubSettings Modifier and Type Method Description static GrpcFlowsStubGrpcFlowsStub. create(FlowsStubSettings settings)static HttpJsonFlowsStubHttpJsonFlowsStub. create(FlowsStubSettings settings)Constructors in com.google.cloud.dialogflow.cx.v3beta1.stub with parameters of type FlowsStubSettings Constructor Description Builder(FlowsStubSettings settings)GrpcFlowsStub(FlowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcFlowsStub, using the given settings.GrpcFlowsStub(FlowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcFlowsStub, using the given settings.HttpJsonFlowsStub(FlowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonFlowsStub, using the given settings.HttpJsonFlowsStub(FlowsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonFlowsStub, using the given settings.
-