public static interface DeleteUtterancesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUtterancesRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the utterances.
|
DeleteUtterancesRequest.Builder |
localeId(String localeId)
The identifier of the language and locale where the utterances were collected.
|
DeleteUtterancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUtterancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUtterancesRequest.Builder |
sessionId(String sessionId)
The unique identifier of the session with the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUtterancesRequest.Builder botId(String botId)
The unique identifier of the bot that contains the utterances.
botId - The unique identifier of the bot that contains the utterances.DeleteUtterancesRequest.Builder localeId(String localeId)
The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale where the utterances were collected. The string must match
one of the supported locales. For more information, see Supported languages.DeleteUtterancesRequest.Builder sessionId(String sessionId)
The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.
sessionId - The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText
and
RecognizeUtterance operations.DeleteUtterancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.