Share via


FileConsentCard.AcceptContext Property

Definition

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.

Applies to