Share via


FileConsentCard.DeclineContext Property

Definition

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.

Applies to