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