lexmodelbuildingservice_delete_utterances {paws.machine.learning}R Documentation

Deletes stored utterances

Description

Deletes stored utterances.

See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_delete_utterances/ for full documentation.

Usage

lexmodelbuildingservice_delete_utterances(botName, userId)

Arguments

botName

[required] The name of the bot that stored the utterances.

userId

[required] 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.


[Package paws.machine.learning version 0.9.0 Index]