Class: Aws::LexModelBuildingService::Types::DeleteUtterancesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bot_nameString

The name of the bot that stored the utterances.

Returns:

  • (String)


879
880
881
882
883
884
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 879

class DeleteUtterancesRequest < Struct.new(
  :bot_name,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

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.

[1]: docs.aws.amazon.com/lex/latest/dg/API_runtime_PostContent.html [2]: docs.aws.amazon.com/lex/latest/dg/API_runtime_PostText.html

Returns:

  • (String)


879
880
881
882
883
884
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 879

class DeleteUtterancesRequest < Struct.new(
  :bot_name,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end