@Generated(value="software.amazon.awssdk:codegen") public final class StartTestExecutionResponse extends LexModelsV2Response implements ToCopyableBuilder<StartTestExecutionResponse.Builder,StartTestExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTestExecutionResponse.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 StartTestExecutionResponse.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time for the test set execution.
|
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 StartTestExecutionResponse.Builder> |
serializableBuilderClass() |
TestExecutionTarget |
target()
The target bot for the test set execution.
|
String |
testExecutionId()
The unique identifier of 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.
|
StartTestExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testExecutionId()
The unique identifier of the test set execution.
public final Instant creationDateTime()
The creation date and time for the test set execution.
public 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 Amazon Lex 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 Amazon Lex 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 StartTestExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTestExecutionResponse.Builder,StartTestExecutionResponse>toBuilder in class AwsResponsepublic static StartTestExecutionResponse.Builder builder()
public static Class<? extends StartTestExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.