Share via


GeographyV2(String, String) Constructor

Definition

Initializes a new instance of the GeographyV2 class.

public GeographyV2 (string type, string location);
new Microsoft.Bot.Builder.AI.Luis.GeographyV2 : string * string -> Microsoft.Bot.Builder.AI.Luis.GeographyV2
Public Sub New (type As String, location As String)

Parameters

type
String

Type of geographic location from GeographyV2.Types.

location
String

Geographic location.

Applies to