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