Module Values.ConversationLogSettingsSource

Configures conversation logging that saves audio, text, and metadata for the conversations with your users.

Sourcetype nonrec t = {
  1. textLogSettings : TextLogSettingsList.t option;
    (*

    The Amazon CloudWatch Logs settings for logging text and metadata.

    *)
  2. audioLogSettings : AudioLogSettingsList.t option;
    (*

    The Amazon S3 settings for logging audio to an S3 bucket.

    *)
}
Sourceval make : ?textLogSettings:??? -> ?audioLogSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Structure of (string * [> `String of CloudWatchLogGroupArn.t ]) list ]) 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