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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET