Values.ConversationSourceA conversation in an Amazon Q Business application.
type nonrec t = {conversationId : ConversationId.t option;The identifier of the Amazon Q Business conversation.
*)title : ConversationTitle.t option;The title of the conversation.
*)startTime : Timestamp.t option;The start time of the conversation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ConversationId.t | `Timestamp of Timestamp.t ])
list ]