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