Values.ConversationLogsDataSourceSourceThe data source that uses conversation logs.
type nonrec t = {botId : Id.t;The bot Id from the conversation logs.
*)botAliasId : BotAliasId.t;The bot alias Id from the conversation logs.
*)localeId : LocaleId.t;The locale Id of the conversation log.
*)filter : ConversationLogsDataSourceFilterBy.t;The filter for the data source of the conversation log.
*)}val make :
botId:Id.t ->
botAliasId:BotAliasId.t ->
localeId:LocaleId.t ->
filter:ConversationLogsDataSourceFilterBy.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]