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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteUtterancesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteUtterancesRequest.Builder |
userId(String userId)
The unique identifier for the user that made the utterances.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteUtterancesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.