Values.DeleteIntentVersionRequestSourceDeletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation. This operation requires permissions for the lex:DeleteIntentVersion action.
type nonrec t = {name : IntentName.t;The name of the intent.
*)version : NumericalVersion.t;The version of the intent to delete. You cannot delete the $LATEST version of the intent. To delete the $LATEST version, use the DeleteIntent operation.
*)}