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