Values.RecommendedIntentSummarySourceAn object that contains a summary of a recommended intent.
type nonrec t = {intentId : Id.t option;The unique identifier of a recommended intent associated with the bot recommendation.
*)intentName : Name.t option;The name of a recommended intent associated with the bot recommendation.
*)sampleUtterancesCount : SampleUtterancesCount.t option;The count of sample utterances of a recommended intent that is associated with a bot recommendation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of SampleUtterancesCount.t | `String of Id.t ])
list ]