Interface BatchRunTestCasesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchRunTestCasesResponse
,BatchRunTestCasesResponse.Builder
public interface BatchRunTestCasesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
List<TestCaseResult> getResultsList()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
-
getResults
TestCaseResult getResults(int index)
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
-
getResultsCount
int getResultsCount()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
-
getResultsOrBuilderList
List<? extends TestCaseResultOrBuilder> getResultsOrBuilderList()
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
-
getResultsOrBuilder
TestCaseResultOrBuilder getResultsOrBuilder(int index)
The test case results. The detailed [conversation turns][google.cloud.dialogflow.cx.v3beta1.TestCaseResult.conversation_turns] are empty in this response.
repeated .google.cloud.dialogflow.cx.v3beta1.TestCaseResult results = 1;
-
-