public interface BatchRunTestCasesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResults(int index)
public abstract TestCaseResult getResults(int index)The test case results. The detailed conversation turns are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
| Name | Description |
index |
int |
| Type | Description |
TestCaseResult |
getResultsCount()
public abstract int getResultsCount()The test case results. The detailed conversation turns are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
| Type | Description |
int |
getResultsList()
public abstract List<TestCaseResult> getResultsList()The test case results. The detailed conversation turns are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
| Type | Description |
List<TestCaseResult> |
getResultsOrBuilder(int index)
public abstract TestCaseResultOrBuilder getResultsOrBuilder(int index)The test case results. The detailed conversation turns are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
| Name | Description |
index |
int |
| Type | Description |
TestCaseResultOrBuilder |
getResultsOrBuilderList()
public abstract List<? extends TestCaseResultOrBuilder> getResultsOrBuilderList()The test case results. The detailed conversation turns are empty in this response.
repeated .google.cloud.dialogflow.cx.v3.TestCaseResult results = 1;
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TestCaseResultOrBuilder> |