Share via


LuisService.CustomEndpoint Property

Definition

Gets or sets the URL for a custom endpoint. This should only be used when the LUIS deployed via a container. If a value is set, then the GetEndpoint() method will return the value for Custom Endpoint.

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

Property Value

The Region.

Applies to