Values.ConversationLogSettingsSourceConfigures conversation logging that saves audio, text, and metadata for the conversations with your users.
type nonrec t = {textLogSettings : TextLogSettingsList.t option;The Amazon CloudWatch Logs settings for logging text and metadata.
*)audioLogSettings : AudioLogSettingsList.t option;The Amazon S3 settings for logging audio to an S3 bucket.
*)}val 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 ]