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