Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Activity.ServiceUrl Property

Definition

Namespace:
Microsoft.Bot.Schema
Assembly:
Microsoft.Bot.Schema.dll
Package:
Microsoft.Bot.Schema v4.22.7

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 the URL that specifies the channel's service endpoint. Set by the channel.

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

Property Value

The URL that specifies the channel's service endpoint.

Implements

Applies to