Values.BuiltInIntentSummarySourceProvides summary information about a built-in intent for the ListBuiltInIntents operation.
type nonrec t = {intentSignature : IntentSignature.t option;The signature of the built-in intent. Use this to specify the parent intent of a derived intent.
*)description : Description.t option;The description of the intent.
*)}