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
show all
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

Instance Attribute Details

#bot_nameString

The name of the bot that stored the utterances.

Returns:

  • (String)

    The name of the bot that stored the utterances.

#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.

Returns:

  • (String)

    The unique identifier for the user that made the utterances.