| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestExecutionModality |
TestExecutionModality.fromValue(String value)
Use this in place of valueOf.
|
static TestExecutionModality |
TestExecutionModality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestExecutionModality[] |
TestExecutionModality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary |
TestExecutionSummary.withTestExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
StartTestExecutionResult |
StartTestExecutionResult.withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionRequest |
StartTestExecutionRequest.withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
DescribeTestExecutionResult |
DescribeTestExecutionResult.withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
|
Copyright © 2025. All rights reserved.