Interface TestExecutionSummary.Builder

    • Method Detail

      • testExecutionId

        TestExecutionSummary.Builder testExecutionId​(String testExecutionId)

        The unique identifier of the test execution.

        Parameters:
        testExecutionId - The unique identifier of the test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        TestExecutionSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time at which the test execution was created.

        Parameters:
        creationDateTime - The date and time at which the test execution was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        TestExecutionSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time at which the test execution was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time at which the test execution was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testExecutionStatus

        TestExecutionSummary.Builder testExecutionStatus​(String testExecutionStatus)

        The current status of the test execution.

        Parameters:
        testExecutionStatus - The current status of the test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionStatus, TestExecutionStatus
      • testSetId

        TestExecutionSummary.Builder testSetId​(String testSetId)

        The unique identifier of the test set used in the test execution.

        Parameters:
        testSetId - The unique identifier of the test set used in the test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSetName

        TestExecutionSummary.Builder testSetName​(String testSetName)

        The name of the test set used in the test execution.

        Parameters:
        testSetName - The name of the test set used in the test execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        TestExecutionSummary.Builder target​(TestExecutionTarget target)

        Contains information about the bot used for the test execution..

        Parameters:
        target - Contains information about the bot used for the test execution..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiMode

        TestExecutionSummary.Builder apiMode​(String apiMode)

        Specifies whether the API mode for the test execution is streaming or non-streaming.

        Parameters:
        apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionApiMode, TestExecutionApiMode
      • testExecutionModality

        TestExecutionSummary.Builder testExecutionModality​(String testExecutionModality)

        Specifies whether the data used for the test execution is written or spoken.

        Parameters:
        testExecutionModality - Specifies whether the data used for the test execution is written or spoken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionModality, TestExecutionModality
      • testExecutionModality

        TestExecutionSummary.Builder testExecutionModality​(TestExecutionModality testExecutionModality)

        Specifies whether the data used for the test execution is written or spoken.

        Parameters:
        testExecutionModality - Specifies whether the data used for the test execution is written or spoken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionModality, TestExecutionModality