Activity.CreateInvokeResponseActivity(Object, Int32) 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.
public static Microsoft.Agents.Core.Models.IActivity CreateInvokeResponseActivity(object body = default, int status = 200);
static member CreateInvokeResponseActivity : obj * int -> Microsoft.Agents.Core.Models.IActivity
Public Shared Function CreateInvokeResponseActivity (Optional body As Object = Nothing, Optional status As Integer = 200) As IActivity
Parameters
- body
- Object
- status
- Int32