Module Values.AssociationConfigurationDataSource

A typed union of the data of the configuration for an Amazon Q in Connect Assistant Association.

Sourcetype nonrec t = {
  1. knowledgeBaseAssociationConfigurationData : KnowledgeBaseAssociationConfigurationData.t option;
    (*

    The data of the configuration for a KNOWLEDGE_BASE type Amazon Q in Connect Assistant Association.

    *)
}
Sourceval make : ?knowledgeBaseAssociationConfigurationData:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of MaxResults.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of TagKey.t | `Structure of (string * [> `String of TagKey.t ]) list ]) list ] list | `Structure of (string * [> `String of TagKey.t ]) list ]) list ]) list ]) 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