lexmodelsv2_delete_utterances: Deletes stored utterances

View source: R/lexmodelsv2_operations.R

lexmodelsv2_delete_utterancesR Documentation

Deletes stored utterances

Description

Deletes stored utterances.

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

Usage

lexmodelsv2_delete_utterances(botId, localeId = NULL, sessionId = NULL)

Arguments

botId

[required] The unique identifier of the bot that contains the utterances.

localeId

The identifier of the language and locale where the utterances were collected. The string must match one of the supported locales. For more information, see Supported languages.

sessionId

The unique identifier of the session with the user. The ID is returned in the response from the RecognizeText and RecognizeUtterance operations.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.