Uses of Interface
com.google.cloud.dialogflow.cx.v3.TestRunDifferenceOrBuilder
-
Packages that use TestRunDifferenceOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of TestRunDifferenceOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement TestRunDifferenceOrBuilder Modifier and Type Class Description class
TestRunDifference
The description of differences between original and replayed agent output.static class
TestRunDifference.Builder
The description of differences between original and replayed agent output.Methods in com.google.cloud.dialogflow.cx.v3 that return TestRunDifferenceOrBuilder Modifier and Type Method Description TestRunDifferenceOrBuilder
ConversationTurn.VirtualAgentOutput.Builder. getDifferencesOrBuilder(int index)
Output only.TestRunDifferenceOrBuilder
ConversationTurn.VirtualAgentOutput. getDifferencesOrBuilder(int index)
Output only.TestRunDifferenceOrBuilder
ConversationTurn.VirtualAgentOutputOrBuilder. getDifferencesOrBuilder(int index)
Output only.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type TestRunDifferenceOrBuilder Modifier and Type Method Description List<? extends TestRunDifferenceOrBuilder>
ConversationTurn.VirtualAgentOutput.Builder. getDifferencesOrBuilderList()
Output only.List<? extends TestRunDifferenceOrBuilder>
ConversationTurn.VirtualAgentOutput. getDifferencesOrBuilderList()
Output only.List<? extends TestRunDifferenceOrBuilder>
ConversationTurn.VirtualAgentOutputOrBuilder. getDifferencesOrBuilderList()
Output only.
-