From 52f5c68f98f23ab9cbc94f85b8d7e92ad0eb82df Mon Sep 17 00:00:00 2001 From: "bothosting.runtime@bf.ai" Date: Thu, 5 Mar 2020 09:27:15 -0800 Subject: [PATCH] Ephemeral comment update --- libraries/Microsoft.Bot.Schema/Activity.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Microsoft.Bot.Schema/Activity.cs b/libraries/Microsoft.Bot.Schema/Activity.cs index aa8e174f9f..526b76def1 100644 --- a/libraries/Microsoft.Bot.Schema/Activity.cs +++ b/libraries/Microsoft.Bot.Schema/Activity.cs @@ -430,7 +430,7 @@ public Activity() /// Gets or sets a delivery hint to signal to the recipient alternate /// delivery paths for the activity. /// The default delivery mode is "default". Possible values include: - /// 'normal', 'notification'. + /// 'normal', 'notification', 'ephemeral'. /// [JsonProperty(PropertyName = "deliveryMode")] public string DeliveryMode { get; set; }