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