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