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