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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET