Module Values.QnAIntentConfigurationSource

Details about the the configuration of the built-in Amazon.QnAIntent.

Sourcetype nonrec t = {
  1. dataSourceConfiguration : DataSourceConfiguration.t option;
    (*

    Contains details about the configuration of the data source used for the AMAZON.QnAIntent.

    *)
  2. bedrockModelConfiguration : BedrockModelSpecification.t option;
}
Sourceval make : ?dataSourceConfiguration:??? -> ?bedrockModelConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of BedrockModelArn.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of IncludeField.t ] list | `String of DomainEndpoint.t | `Structure of (string * [> `String of QuestionField.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