Uses of Class
com.google.cloud.dialogflow.v2.ContextsSettings
-
Packages that use ContextsSettings Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ContextsSettings in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 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.v2 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.v2 with parameters of type ContextsSettings Constructor Description Builder(ContextsSettings settings)
ContextsClient(ContextsSettings settings)
Constructs an instance of ContextsClient, using the given settings.
-