Values.TextLogDestinationSourceDefines the Amazon CloudWatch Logs destination log group for conversation text logs.
type nonrec t = {cloudWatch : CloudWatchLogGroupLogDestination.t;Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of CloudWatchLogGroupArn.t ]) list ])
list ]