Fix the bugs due to the MessageingType typo correct

This commit is contained in:
Yanan Wang 2023-10-28 21:15:41 -05:00
parent bca0403fe9
commit 0ca92c0328

View file

@ -106,7 +106,6 @@ public partial class ConversationService
message.RichContent = message.RichContent ?? new RichContent<TextMessage>
{
Recipient = new Recipient { Id = state.GetConversationId() },
MessageingType = "RESPONSE",
Message = new TextMessage { Text = message.Content }
};