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