Uses of Class
com.google.cloud.dialogflow.v2.stub.KnowledgeBasesStubSettings
-
Packages that use KnowledgeBasesStubSettings Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of KnowledgeBasesStubSettings in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 with parameters of type KnowledgeBasesStubSettings Modifier and Type Method Description static KnowledgeBasesSettingsKnowledgeBasesSettings. create(KnowledgeBasesStubSettings stub) -
Uses of KnowledgeBasesStubSettings in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return KnowledgeBasesStubSettings Modifier and Type Method Description KnowledgeBasesStubSettingsKnowledgeBasesStubSettings.Builder. build()Methods in com.google.cloud.dialogflow.v2.stub with parameters of type KnowledgeBasesStubSettings Modifier and Type Method Description static GrpcKnowledgeBasesStubGrpcKnowledgeBasesStub. create(KnowledgeBasesStubSettings settings)static HttpJsonKnowledgeBasesStubHttpJsonKnowledgeBasesStub. create(KnowledgeBasesStubSettings settings)Constructors in com.google.cloud.dialogflow.v2.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.
-