Module Values.BuildtimeSettingsSource

Contains specifications about the Amazon Lex build time generative AI capabilities from Amazon Bedrock that you can turn on for your bot.

Sourcetype nonrec t = {
  1. descriptiveBotBuilder : DescriptiveBotBuilderSpecification.t option;
    (*

    An object containing specifications for the descriptive bot building feature.

    *)
  2. sampleUtteranceGeneration : SampleUtteranceGenerationSpecification.t option;
    (*

    Contains specifications for the sample utterance generation feature.

    *)
}
Sourceval make : ?descriptiveBotBuilder:??? -> ?sampleUtteranceGeneration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Enum of string | `String of BedrockModelArn.t | `Structure of (string * [> `String of BedrockGuardrailIdentifier.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