ChannelApiController.ReplyToActivityAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ReplyToActivity.
[Microsoft.AspNetCore.Mvc.HttpPost("v3/conversations/{conversationId}/activities/{activityId}")]
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> ReplyToActivityAsync(string conversationId, string activityId);
[<Microsoft.AspNetCore.Mvc.HttpPost("v3/conversations/{conversationId}/activities/{activityId}")>]
abstract member ReplyToActivityAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
override this.ReplyToActivityAsync : string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>
Public Overridable Function ReplyToActivityAsync (conversationId As String, activityId As String) As Task(Of IActionResult)
Parameters
- conversationId
- String
Conversation ID.
- activityId
- String
activityId the reply is to (OPTIONAL).
Returns
Task representing result of replying to activity.
- Attributes