CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
, SdkBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
public static interface DeleteUtterancesRequest.Builder extends CopyableBuilder<DeleteUtterancesRequest.Builder,DeleteUtterancesRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteUtterancesRequest.Builder |
botName(String 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.
|
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 or 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
or operation request that contained the utterance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.