Share via


FacebookMessage.RequestThreadControl Property

Definition

Gets or sets the contents of the request_thread_control property.

public Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Handover.FacebookRequestThreadControl RequestThreadControl { get; set; }
member this.RequestThreadControl : Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents.Handover.FacebookRequestThreadControl with get, set
Public Property RequestThreadControl As FacebookRequestThreadControl

Property Value

A FacebookRequestThreadControl holding the contents of the pass_thread_control property.

Applies to