class Aws::LexModelBuildingService::Types::DeleteUtterancesRequest

@note When making an API call, you may pass DeleteUtterancesRequest

data as a hash:

    {
      bot_name: "BotName", # required
      user_id: "UserId", # required
    }

@!attribute [rw] bot_name

The name of the bot that stored the utterances.
@return [String]

@!attribute [rw] user_id

The unique identifier for the user that made the utterances. This is
the user ID that was sent in the [PostContent][1] or [PostText][2]
operation request that contained the utterance.

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

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/DeleteUtterancesRequest AWS API Documentation

Constants

SENSITIVE