Module Values.RecommendationConfigurationSource

The recommendation to be updated as part of the UpdateDataSource action.

Sourcetype nonrec t = {
  1. enableBusinessNameGeneration : Boolean.t option;
    (*

    Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.

    *)
}
Sourceval make : ?enableBusinessNameGeneration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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