Fix the bugs due to the MessageingType typo correct
This commit is contained in:
parent
bca0403fe9
commit
0ca92c0328
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue