Values.DeleteIntentRequestSourceRemoves the specified intent. Deleting an intent also deletes the slots associated with the intent.
type nonrec t = {intentId : Id.t;The unique identifier of the intent to delete.
*)botId : Id.t;The identifier of the bot associated with the intent.
*)botVersion : DraftBotVersion.t;The version of the bot associated with the intent.
*)localeId : LocaleId.t;The identifier of the language and locale where the bot will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
*)}val make :
intentId:Id.t ->
botId:Id.t ->
botVersion:DraftBotVersion.t ->
localeId:LocaleId.t ->
unit ->
t