BaseTeamsCacheInfoResponseDialog.CreateInvokeResponseActivity 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.
protected static Microsoft.Bot.Schema.Activity CreateInvokeResponseActivity (object body, int statusCode = 200);
static member CreateInvokeResponseActivity : obj * int -> Microsoft.Bot.Schema.Activity
Protected Shared Function CreateInvokeResponseActivity (body As Object, Optional statusCode As Integer = 200) As Activity
Parameters
- body
- Object
- statusCode
- Int32