public static interface DeleteUtterancesRequest.Builder extends LexModelBuildingRequest.Builder, 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)
Add an optional request override configuration.
|
DeleteUtterancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUtterancesRequest.Builder |
userId(String userId)
The unique identifier for the user that made the utterances.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.