public static interface StartTestExecutionResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StartTestExecutionResponse.Builder,StartTestExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartTestExecutionResponse.Builder |
apiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResponse.Builder |
apiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the test set execution.
|
default StartTestExecutionResponse.Builder |
target(Consumer<TestExecutionTarget.Builder> target)
The target bot for the test set execution.
|
StartTestExecutionResponse.Builder |
target(TestExecutionTarget target)
The target bot for the test set execution.
|
StartTestExecutionResponse.Builder |
testExecutionId(String testExecutionId)
The unique identifier of the test set execution.
|
StartTestExecutionResponse.Builder |
testExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResponse.Builder |
testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResponse.Builder |
testSetId(String testSetId)
The test set Id for the test set execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTestExecutionResponse.Builder testExecutionId(String testExecutionId)
The unique identifier of the test set execution.
testExecutionId - The unique identifier of the test set execution.StartTestExecutionResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set execution.
creationDateTime - The creation date and time for the test set execution.StartTestExecutionResponse.Builder testSetId(String testSetId)
The test set Id for the test set execution.
testSetId - The test set Id for the test set execution.StartTestExecutionResponse.Builder target(TestExecutionTarget target)
The target bot for the test set execution.
target - The target bot for the test set execution.default StartTestExecutionResponse.Builder target(Consumer<TestExecutionTarget.Builder> target)
The target bot for the test set execution.
This is a convenience method that creates an instance of theTestExecutionTarget.Builder avoiding the
need to create one manually via TestExecutionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to target(TestExecutionTarget).
target - a consumer that will call methods on TestExecutionTarget.Buildertarget(TestExecutionTarget)StartTestExecutionResponse.Builder apiMode(String 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.
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.TestExecutionApiMode,
TestExecutionApiModeStartTestExecutionResponse.Builder apiMode(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.
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.TestExecutionApiMode,
TestExecutionApiModeStartTestExecutionResponse.Builder testExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
testExecutionModality - Indicates whether audio or text is used.TestExecutionModality,
TestExecutionModalityStartTestExecutionResponse.Builder testExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
testExecutionModality - Indicates whether audio or text is used.TestExecutionModality,
TestExecutionModalityCopyright © 2023. All rights reserved.