Values.ConversationStateSourceThe conversation state associated to a message.
type nonrec t = {status : ConversationStatus.t option;The status of the conversation state.
*)reason : ConversationStatusReason.t option;The reason of the conversation state.
*)}