Del via


ActivityTypesEx.InvokeResponse Field

Definition

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.

Applies to