Module Values_0.WisdomInfoSource

Information about Amazon Connect Wisdom.

Sourcetype nonrec t = {
  1. sessionArn : ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the Wisdom session.

    *)
  2. aiAgents : AiAgents.t option;
    (*

    The array of AI agents involved in the contact.

    *)
}
Sourceval make : ?sessionArn:??? -> ?aiAgents:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of AiAgentVersionId.t ]) list ] list | `String of ARN.t ]) 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