public interface BatchRunTestCasesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TestCaseResult |
getResults(int index)
The test case results.
|
int |
getResultsCount()
The test case results.
|
List<TestCaseResult> |
getResultsList()
The test case results.
|
TestCaseResultOrBuilder |
getResultsOrBuilder(int index)
The test case results.
|
List<? extends TestCaseResultOrBuilder> |
getResultsOrBuilderList()
The test case results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TestCaseResult> getResultsList()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;TestCaseResult getResults(int index)
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;int getResultsCount()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;List<? extends TestCaseResultOrBuilder> getResultsOrBuilderList()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;TestCaseResultOrBuilder getResultsOrBuilder(int index)
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;Copyright © 2025 Google LLC. All rights reserved.