Skip to content

Commit bca0403

Browse files
author
Yanan Wang
committed
Default messaging_type in RichContent as "RESPONSE"
1 parent 801fda4 commit bca0403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent

src/Infrastructure/BotSharp.Abstraction/Messaging/Models/RichContent/RichContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class RichContent<T>
77
/// RESPONSE
88
/// </summary>
99
[JsonPropertyName("messaging_type")]
10-
public string? MessagingType { get; set; }
10+
public string MessagingType => "RESPONSE";
1111
public T Message { get; set; }
1212
}
1313
}

0 commit comments

Comments
 (0)