TaskModuleTaskInfo.CompletionBotId 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 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.