FileConsentCard.DeclineContext Property
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.
Gets or sets context sent back to the Bot if user declined. This is free flow schema and is sent back in Value field of Activity.
public object DeclineContext { get; set; }
member this.DeclineContext : obj with get, set
Public Property DeclineContext As Object
Property Value
The context to send back to the Bot if user declined.