Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.PagesSettings
-
Packages that use PagesSettings Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of PagesSettings in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return PagesSettings Modifier and Type Method Description PagesSettings
PagesSettings.Builder. build()
static PagesSettings
PagesSettings. create(PagesStubSettings stub)
PagesSettings
PagesClient. getSettings()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type PagesSettings Modifier and Type Method Description static PagesClient
PagesClient. create(PagesSettings settings)
Constructs an instance of PagesClient, using the given settings.Constructors in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type PagesSettings Constructor Description Builder(PagesSettings settings)
PagesClient(PagesSettings settings)
Constructs an instance of PagesClient, using the given settings.
-