AssertReplyActivity.ValidateReply(Activity) 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.
Validates the reply of an activity.
public virtual void ValidateReply (Microsoft.Bot.Schema.Activity activity);
abstract member ValidateReply : Microsoft.Bot.Schema.Activity -> unit
override this.ValidateReply : Microsoft.Bot.Schema.Activity -> unit
Public Overridable Sub ValidateReply (activity As Activity)
Parameters
- activity
- Activity
The activity to verify.