| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary |
TestExecutionSummary.clone() |
TestExecutionSummary |
TestExecutionSummary.withApiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary |
TestExecutionSummary.withApiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary |
TestExecutionSummary.withCreationDateTime(Date creationDateTime)
The date and time at which the test execution was created.
|
TestExecutionSummary |
TestExecutionSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the test execution was last updated.
|
TestExecutionSummary |
TestExecutionSummary.withTarget(TestExecutionTarget target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionId(String testExecutionId)
The unique identifier of the test execution.
|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionStatus(String testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary |
TestExecutionSummary.withTestSetId(String testSetId)
The unique identifier of the test set used in the test execution.
|
TestExecutionSummary |
TestExecutionSummary.withTestSetName(String testSetName)
The name of the test set used in the test execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestExecutionSummary> |
ListTestExecutionsResult.getTestExecutions()
The list of test executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestExecutionsResult |
ListTestExecutionsResult.withTestExecutions(TestExecutionSummary... testExecutions)
The list of test executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestExecutionsResult.setTestExecutions(Collection<TestExecutionSummary> testExecutions)
The list of test executions.
|
ListTestExecutionsResult |
ListTestExecutionsResult.withTestExecutions(Collection<TestExecutionSummary> testExecutions)
The list of test executions.
|
Copyright © 2024. All rights reserved.