Values.ConversationMessageSourceA message in a conversation, used as input for generating an Amazon Q App definition.
type nonrec t = {body : ConversationMessageBodyString.t;The text content of the conversation message.
*)type_ : Sender.t;The type of the conversation message.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ConversationMessageBodyString.t ])
list ]