Module Values.AnalyticsUtteranceAttributeSource

An object that specifies the last used intent at the time of the utterance as an attribute to return.

Sourcetype nonrec t = {
  1. name : AnalyticsUtteranceAttributeName.t;
    (*

    An attribute to return. The only available attribute is the intent that the bot mapped the utterance to.

    *)
}
Sourceval context_ : string
Sourceval make : name:AnalyticsUtteranceAttributeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t