You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::LexModelBuildingService::Types::DeleteUtterancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteUtterancesRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteUtterancesRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
bot_name: "BotName", # required
user_id: "UserId", # required
}
Instance Attribute Summary collapse
-
#bot_name ⇒ String
The name of the bot that stored the utterances.
-
#user_id ⇒ String
The unique identifier for the user that made the utterances.
Instance Attribute Details
#bot_name ⇒ String
The name of the bot that stored the utterances.
#user_id ⇒ String
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.