public static interface TestExecutionSummary.Builder extends SdkPojo, CopyableBuilder<TestExecutionSummary.Builder,TestExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary.Builder |
apiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary.Builder |
apiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time at which the test execution was created.
|
TestExecutionSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time at which the test execution was last updated.
|
default TestExecutionSummary.Builder |
target(Consumer<TestExecutionTarget.Builder> target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary.Builder |
target(TestExecutionTarget target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary.Builder |
testExecutionId(String testExecutionId)
The unique identifier of the test execution.
|
TestExecutionSummary.Builder |
testExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary.Builder |
testExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary.Builder |
testExecutionStatus(String testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary.Builder |
testExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary.Builder |
testSetId(String testSetId)
The unique identifier of the test set used in the test execution.
|
TestExecutionSummary.Builder |
testSetName(String testSetName)
The name of the test set used in the test execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestExecutionSummary.Builder testExecutionId(String testExecutionId)
The unique identifier of the test execution.
testExecutionId - The unique identifier of the test execution.TestExecutionSummary.Builder creationDateTime(Instant creationDateTime)
The date and time at which the test execution was created.
creationDateTime - The date and time at which the test execution was created.TestExecutionSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time at which the test execution was last updated.
lastUpdatedDateTime - The date and time at which the test execution was last updated.TestExecutionSummary.Builder testExecutionStatus(String testExecutionStatus)
The current status of the test execution.
testExecutionStatus - The current status of the test execution.TestExecutionStatus,
TestExecutionStatusTestExecutionSummary.Builder testExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
testExecutionStatus - The current status of the test execution.TestExecutionStatus,
TestExecutionStatusTestExecutionSummary.Builder testSetId(String testSetId)
The unique identifier of the test set used in the test execution.
testSetId - The unique identifier of the test set used in the test execution.TestExecutionSummary.Builder testSetName(String testSetName)
The name of the test set used in the test execution.
testSetName - The name of the test set used in the test execution.TestExecutionSummary.Builder target(TestExecutionTarget target)
Contains information about the bot used for the test execution..
target - Contains information about the bot used for the test execution..default TestExecutionSummary.Builder target(Consumer<TestExecutionTarget.Builder> target)
Contains information about the bot used for the test execution..
This is a convenience method that creates an instance of theTestExecutionTarget.Builder avoiding the
need to create one manually via TestExecutionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to target(TestExecutionTarget).
target - a consumer that will call methods on TestExecutionTarget.Buildertarget(TestExecutionTarget)TestExecutionSummary.Builder apiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.TestExecutionApiMode,
TestExecutionApiModeTestExecutionSummary.Builder apiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
apiMode - Specifies whether the API mode for the test execution is streaming or non-streaming.TestExecutionApiMode,
TestExecutionApiModeTestExecutionSummary.Builder testExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
testExecutionModality - Specifies whether the data used for the test execution is written or spoken.TestExecutionModality,
TestExecutionModalityTestExecutionSummary.Builder testExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
testExecutionModality - Specifies whether the data used for the test execution is written or spoken.TestExecutionModality,
TestExecutionModalityCopyright © 2023. All rights reserved.