Values.GenerateBotElementRequestSourceGenerates sample utterances for an intent.
type nonrec t = {intentId : Id.t;The intent unique Id for the bot request to generate utterances.
*)botId : Id.t;The bot unique Id for the bot request to generate utterances.
*)botVersion : BotVersion.t;The bot version for the bot request to generate utterances.
*)localeId : LocaleId.t;The unique locale Id for the bot request to generate utterances.
*)}val make :
intentId:Id.t ->
botId:Id.t ->
botVersion:BotVersion.t ->
localeId:LocaleId.t ->
unit ->
t