Del via


TeamsAgentApplicationOptions.BotAppId Property

Definition

Optional. Application ID of the bot.

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

Property Value

Remarks

If using the ApplicationOptions<TState>.LongRunningMessages option, calling the CloudAdapterBase.ContinueConversationAsync(string, Bot.Schema.Activity, BotCallbackHandler, CancellationToken) method, or configuring user authentication, this property is required.

Applies to