Jaa


BotFrameworkOptions.Paths Property

Definition

Gets or sets what paths should be used when exposing the various bot endpoints.

public Microsoft.Bot.Builder.Integration.BotFrameworkPaths Paths { get; set; }
member this.Paths : Microsoft.Bot.Builder.Integration.BotFrameworkPaths with get, set
Public Property Paths As BotFrameworkPaths

Property Value

The path strings.

Applies to

See also