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 Detail

      • getResultsList

        List<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;
      • getResults

        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;
      • getResultsCount

        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;
      • getResultsOrBuilderList

        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;
      • getResultsOrBuilder

        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;