deleteIntentVersion
inline suspend fun LexModelBuildingClient.deleteIntentVersion(crossinline block: DeleteIntentVersionRequest.Builder.() -> Unit): DeleteIntentVersionResponse
Deletes 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.