Values.DescribeIntentRequestSourceReturns metadata about an intent.
type nonrec t = {intentId : Id.t;The identifier of the intent to describe.
*)botId : Id.t;The identifier of the bot associated with the intent.
*)botVersion : BotVersion.t;The version of the bot associated with the intent.
*)localeId : LocaleId.t;The identifier of the language and locale of the intent to describe. The string must match one of the supported locales. For more information, see Supported languages.
*)}val make :
intentId:Id.t ->
botId:Id.t ->
botVersion:BotVersion.t ->
localeId:LocaleId.t ->
unit ->
t