Values.ConversationLogsResponseSourceContains information about conversation log settings.
type nonrec t = {logSettings : LogSettingsResponseList.t option;The settings for your conversation logs. You can log text, audio, or both.
*)iamRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ])
list ]
list
| `String of IamRoleArn.t ])
list ]