AssertReplyOneOf.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 override void ValidateReply (Microsoft.Bot.Schema.Activity activity);
override this.ValidateReply : Microsoft.Bot.Schema.Activity -> unit
Public Overrides Sub ValidateReply (activity As Activity)
Parameters
- activity
- Activity
The activity to verify.