Uses of Class
com.google.cloud.dialogflow.cx.v3.TestConfig
-
Packages that use TestConfig Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestConfig in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestConfig Modifier and Type Method Description TestConfig
TestConfig.Builder. build()
TestConfig
TestConfig.Builder. buildPartial()
static TestConfig
TestConfig. getDefaultInstance()
TestConfig
TestConfig.Builder. getDefaultInstanceForType()
TestConfig
TestConfig. getDefaultInstanceForType()
TestConfig
TestCase.Builder. getTestConfig()
Config for the test case.TestConfig
TestCase. getTestConfig()
Config for the test case.TestConfig
TestCaseOrBuilder. getTestConfig()
Config for the test case.static TestConfig
TestConfig. parseDelimitedFrom(InputStream input)
static TestConfig
TestConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestConfig
TestConfig. parseFrom(byte[] data)
static TestConfig
TestConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestConfig
TestConfig. parseFrom(com.google.protobuf.ByteString data)
static TestConfig
TestConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestConfig
TestConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static TestConfig
TestConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestConfig
TestConfig. parseFrom(InputStream input)
static TestConfig
TestConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TestConfig
TestConfig. parseFrom(ByteBuffer data)
static TestConfig
TestConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestConfig Modifier and Type Method Description com.google.protobuf.Parser<TestConfig>
TestConfig. getParserForType()
static com.google.protobuf.Parser<TestConfig>
TestConfig. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestConfig Modifier and Type Method Description TestConfig.Builder
TestConfig.Builder. mergeFrom(TestConfig other)
TestCase.Builder
TestCase.Builder. mergeTestConfig(TestConfig value)
Config for the test case.static TestConfig.Builder
TestConfig. newBuilder(TestConfig prototype)
TestCase.Builder
TestCase.Builder. setTestConfig(TestConfig value)
Config for the test case.
-