public static interface DeleteUtterancesRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUtterancesRequest.Builder |
botName(String botName)
The name of the bot that stored the utterances.
|
DeleteUtterancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUtterancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUtterancesRequest.Builder |
userId(String userId)
The unique identifier for the user that made the utterances.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUtterancesRequest.Builder botName(String botName)
The name of the bot that stored the utterances.
botName - The name of the bot that stored the utterances.DeleteUtterancesRequest.Builder userId(String userId)
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
userId - The unique identifier for the user that made the utterances. This is the user ID that was sent in the
PostContent or PostText operation
request that contained the utterance.DeleteUtterancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.