@Generated(value="software.amazon.awssdk:codegen") public final class StartTestExecutionRequest extends LexModelsV2Request implements ToCopyableBuilder<StartTestExecutionRequest.Builder,StartTestExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTestExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionApiMode |
apiMode()
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
String |
apiModeAsString()
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
static StartTestExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTestExecutionRequest.Builder> |
serializableBuilderClass() |
TestExecutionTarget |
target()
The target bot for the test set execution.
|
TestExecutionModality |
testExecutionModality()
Indicates whether audio or text is used.
|
String |
testExecutionModalityAsString()
Indicates whether audio or text is used.
|
String |
testSetId()
The test set Id for the test set execution.
|
StartTestExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testSetId()
The test set Id for the test set execution.
public final TestExecutionTarget target()
The target bot for the test set execution.
public final TestExecutionApiMode apiMode()
Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Runtime API is used. Whereas, for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
If the service returns an enum value that is not available in the current SDK version, apiMode will
return TestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from apiModeAsString().
TestExecutionApiModepublic final String apiModeAsString()
Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Runtime API is used. Whereas, for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
If the service returns an enum value that is not available in the current SDK version, apiMode will
return TestExecutionApiMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from apiModeAsString().
TestExecutionApiModepublic final TestExecutionModality testExecutionModality()
Indicates whether audio or text is used.
If the service returns an enum value that is not available in the current SDK version,
testExecutionModality will return TestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionModalityAsString().
TestExecutionModalitypublic final String testExecutionModalityAsString()
Indicates whether audio or text is used.
If the service returns an enum value that is not available in the current SDK version,
testExecutionModality will return TestExecutionModality.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testExecutionModalityAsString().
TestExecutionModalitypublic StartTestExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTestExecutionRequest.Builder,StartTestExecutionRequest>toBuilder in class LexModelsV2Requestpublic static StartTestExecutionRequest.Builder builder()
public static Class<? extends StartTestExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.