Values.SelfServiceConversationHistorySourceThe conversation history data to included in conversation context data before the Amazon Q in Connect session.
type nonrec t = {turnNumber : Integer.t option;The number of turn of the conversation history data.
*)inputTranscript : SensitiveString.t option;The input transcript of the conversation history data.
*)botResponse : SensitiveString.t option;The bot response of the conversation history data.
*)timestamp : Timestamp.t option;The timestamp of the conversation history entry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of SensitiveString.t
| `Timestamp of Timestamp.t ])
list ]