OrdinalV2(String, Int64) 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 OrdinalV2 class.
public OrdinalV2 (string relativeTo, long offset);
new Microsoft.Bot.Builder.AI.Luis.OrdinalV2 : string * int64 -> Microsoft.Bot.Builder.AI.Luis.OrdinalV2
Public Sub New (relativeTo As String, offset As Long)
Parameters
- relativeTo
- String
Position that anchors offset.
- offset
- Int64
Offset from RelativeTo.