Uses of Class
com.google.cloud.dialogflow.v2beta1.KnowledgeBasesClient
-
Packages that use KnowledgeBasesClient Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of KnowledgeBasesClient in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return KnowledgeBasesClient Modifier and Type Method Description static KnowledgeBasesClient
KnowledgeBasesClient. create()
Constructs an instance of KnowledgeBasesClient with default settings.static KnowledgeBasesClient
KnowledgeBasesClient. create(KnowledgeBasesSettings settings)
Constructs an instance of KnowledgeBasesClient, using the given settings.static KnowledgeBasesClient
KnowledgeBasesClient. create(KnowledgeBasesStub stub)
Constructs an instance of KnowledgeBasesClient, using the given stub for making calls.
-