lexmodelbuildingservice_delete_intent_version: Deletes a specific version of an intent

View source: R/lexmodelbuildingservice_operations.R

lexmodelbuildingservice_delete_intent_versionR Documentation

Deletes a specific version of an intent

Description

Deletes a specific version of an intent. To delete all versions of a intent, use the delete_intent operation.

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

Usage

lexmodelbuildingservice_delete_intent_version(name, version)

Arguments

name

[required] The name of the intent.

version

[required] The version of the intent to delete. You cannot delete the ⁠$LATEST⁠ version of the intent. To delete the ⁠$LATEST⁠ version, use the delete_intent operation.


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