Values.AudioLogSettingSourceSettings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
type nonrec t = {enabled : Boolean.t;Determines whether audio logging in enabled for the bot.
*)destination : AudioLogDestination.t;selectiveLoggingEnabled : BoxedBoolean.t option;The option to enable selective conversation log capture for audio.
*)}val make :
?selectiveLoggingEnabled:??? ->
enabled:Boolean.t ->
destination:AudioLogDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of (string * [> `String of KmsKeyArn.t ]) list ])
list ])
list ]