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