Share via


TaskModuleTaskInfo.CompletionBotId Property

Definition

Gets or sets Specifies a bot App ID to send the result of the user's interaction with the task module to. If specified, the bot will receive a task/submit invoke event with a JSON object in the event payload.

public string CompletionBotId { get; set; }
member this.CompletionBotId : string with get, set
Public Property CompletionBotId As String

Property Value

The completion bot ID.

Applies to