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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteUtterancesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteUtterancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.