ConversationsModelFactory.NumericRangeResolution Method     
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 NumericRangeResolution.
public static Azure.AI.Language.Conversations.Models.NumericRangeResolution NumericRangeResolution(Azure.AI.Language.Conversations.Models.RangeKind rangeKind = default, double minimum = 0, double maximum = 0);
	static member NumericRangeResolution : Azure.AI.Language.Conversations.Models.RangeKind * double * double -> Azure.AI.Language.Conversations.Models.NumericRangeResolution
	Public Shared Function NumericRangeResolution (Optional rangeKind As RangeKind = Nothing, Optional minimum As Double = 0, Optional maximum As Double = 0) As NumericRangeResolution
	Parameters
- rangeKind
 - RangeKind
 
The kind of range that the resolution object represents.
- minimum
 - Double
 
The beginning value of the interval.
- maximum
 - Double
 
The ending value of the interval.
Returns
A new NumericRangeResolution instance for mocking.