ActivityTypesEx.InvokeResponse Field
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.
The type value for invoke response activities.
public const string InvokeResponse;
val mutable InvokeResponse : string
Public Const InvokeResponse As String
Field Value
Remarks
This is used for a return payload in response to an invoke activity. Invoke activities communicate programmatic information from a client or channel to a bot, and have a corresponding return payload for use within the channel. The meaning of an invoke activity is defined by the Name field, which is meaningful within the scope of a channel.