Delen via


LuisService Klas

Definitie

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

[System.Serializable]
public sealed class LuisService : Microsoft.Bot.Builder.Luis.ILuisService
[<System.Serializable>]
type LuisService = class
    interface ILuisService
Public NotInheritable Class LuisService
Implements ILuisService
Overname
LuisService
Kenmerken
Implementeringen

Constructors

LuisService(ILuisModel)

Bouw de LUIS-service met behulp van de modelgegevens.

Eigenschappen

LuisModel

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

Methoden

ApplyThreshold(LuisResult)

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

Fix(LuisResult)

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

ModifyRequest(LuisRequest)

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

Expliciete interface-implementaties

ILuisService.BuildUri(LuisRequest)

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

ILuisService.QueryAsync(Uri, CancellationToken)

Standaardimplementatie van ILuisService op basis van de werkelijke LUIS-service.

Extensiemethoden

BuildUri(ILuisService, String)

Hiermee bouwt u luis-URI met tekstquery.

QueryAsync(ILuisService, LuisRequest, CancellationToken)

Voer een query uit op de LUIS-service met behulp van deze aanvraag.

QueryAsync(ILuisService, String, CancellationToken)

Voer een query uit op de LUIS-service met behulp van deze tekst.

Van toepassing op