GeographyV2(String, String) Constructor
Definition
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.
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.