| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestExecutionModality |
TestExecutionModality.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestExecutionModality |
TestExecutionSummary.testExecutionModality()
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionModality |
StartTestExecutionRequest.testExecutionModality()
Indicates whether audio or text is used.
|
TestExecutionModality |
StartTestExecutionResponse.testExecutionModality()
Indicates whether audio or text is used.
|
TestExecutionModality |
DescribeTestExecutionResponse.testExecutionModality()
Indicates whether test set is audio or text.
|
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 |
|---|---|
static Set<TestExecutionModality> |
TestExecutionModality.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
StartTestExecutionRequest.Builder |
StartTestExecutionRequest.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResponse.Builder |
StartTestExecutionResponse.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
DescribeTestExecutionResponse.Builder |
DescribeTestExecutionResponse.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether test set is audio or text.
|
Copyright © 2023. All rights reserved.