Values.IntentSummarySourceSummary information about an intent returned by the ListIntents operation.
type nonrec t = {intentId : Id.t option;The unique identifier assigned to the intent. Use this ID to get detailed information about the intent with the DescribeIntent operation.
*)intentName : Name.t option;The name of the intent.
*)intentDisplayName : DisplayName.t option;The display name of the intent.
*)description : Description.t option;The description of the intent.
*)parentIntentSignature : IntentSignature.t option;If this intent is derived from a built-in intent, the name of the parent intent.
*)inputContexts : InputContextsList.t option;The input contexts that must be active for this intent to be considered for recognition.
*)outputContexts : OutputContextsList.t option;The output contexts that are activated when this intent is fulfilled.
*)lastUpdatedDateTime : Timestamp.t option;The timestamp of the date and time that the intent was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of ContextTimeToLiveInSeconds.t
| `String of Name.t ])
list ]
list
| `String of Id.t
| `Timestamp of Timestamp.t ])
list ]