Uses of Class
com.google.cloud.dialogflow.cx.v3.stub.FlowsStubSettings
-
Packages that use FlowsStubSettings Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of FlowsStubSettings in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type FlowsStubSettings Modifier and Type Method Description static FlowsSettings
FlowsSettings. create(FlowsStubSettings stub)
-
Uses of FlowsStubSettings in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return FlowsStubSettings Modifier and Type Method Description FlowsStubSettings
FlowsStubSettings.Builder. build()
Methods in com.google.cloud.dialogflow.cx.v3.stub with parameters of type FlowsStubSettings Modifier and Type Method Description static GrpcFlowsStub
GrpcFlowsStub. create(FlowsStubSettings settings)
static HttpJsonFlowsStub
HttpJsonFlowsStub. create(FlowsStubSettings settings)
Constructors in com.google.cloud.dialogflow.cx.v3.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.
-