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