Uses of Class
com.google.cloud.dialogflow.cx.v3.TestRunDifference
-
Packages that use TestRunDifference Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestRunDifference in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return TestRunDifference Modifier and Type Method Description TestRunDifferenceTestRunDifference.Builder. build()TestRunDifferenceTestRunDifference.Builder. buildPartial()static TestRunDifferenceTestRunDifference. getDefaultInstance()TestRunDifferenceTestRunDifference.Builder. getDefaultInstanceForType()TestRunDifferenceTestRunDifference. getDefaultInstanceForType()TestRunDifferenceConversationTurn.VirtualAgentOutput.Builder. getDifferences(int index)Output only.TestRunDifferenceConversationTurn.VirtualAgentOutput. getDifferences(int index)Output only.TestRunDifferenceConversationTurn.VirtualAgentOutputOrBuilder. getDifferences(int index)Output only.static TestRunDifferenceTestRunDifference. parseDelimitedFrom(InputStream input)static TestRunDifferenceTestRunDifference. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestRunDifferenceTestRunDifference. parseFrom(byte[] data)static TestRunDifferenceTestRunDifference. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestRunDifferenceTestRunDifference. parseFrom(com.google.protobuf.ByteString data)static TestRunDifferenceTestRunDifference. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestRunDifferenceTestRunDifference. parseFrom(com.google.protobuf.CodedInputStream input)static TestRunDifferenceTestRunDifference. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestRunDifferenceTestRunDifference. parseFrom(InputStream input)static TestRunDifferenceTestRunDifference. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TestRunDifferenceTestRunDifference. parseFrom(ByteBuffer data)static TestRunDifferenceTestRunDifference. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestRunDifference Modifier and Type Method Description List<TestRunDifference>ConversationTurn.VirtualAgentOutput.Builder. getDifferencesList()Output only.List<TestRunDifference>ConversationTurn.VirtualAgentOutput. getDifferencesList()Output only.List<TestRunDifference>ConversationTurn.VirtualAgentOutputOrBuilder. getDifferencesList()Output only.com.google.protobuf.Parser<TestRunDifference>TestRunDifference. getParserForType()static com.google.protobuf.Parser<TestRunDifference>TestRunDifference. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type TestRunDifference Modifier and Type Method Description ConversationTurn.VirtualAgentOutput.BuilderConversationTurn.VirtualAgentOutput.Builder. addDifferences(int index, TestRunDifference value)Output only.ConversationTurn.VirtualAgentOutput.BuilderConversationTurn.VirtualAgentOutput.Builder. addDifferences(TestRunDifference value)Output only.TestRunDifference.BuilderTestRunDifference.Builder. mergeFrom(TestRunDifference other)static TestRunDifference.BuilderTestRunDifference. newBuilder(TestRunDifference prototype)ConversationTurn.VirtualAgentOutput.BuilderConversationTurn.VirtualAgentOutput.Builder. setDifferences(int index, TestRunDifference value)Output only.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type TestRunDifference Modifier and Type Method Description ConversationTurn.VirtualAgentOutput.BuilderConversationTurn.VirtualAgentOutput.Builder. addAllDifferences(Iterable<? extends TestRunDifference> values)Output only.
-