Class: Aws::LexModelBuildingService::Types::DeleteUtterancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::DeleteUtterancesRequest
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 879 class DeleteUtterancesRequest < Struct.new( :bot_name, :user_id) SENSITIVE = [] include Aws::Structure end |
#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.
879 880 881 882 883 884 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 879 class DeleteUtterancesRequest < Struct.new( :bot_name, :user_id) SENSITIVE = [] include Aws::Structure end |