Sdílet prostřednictvím


LuisService Třída

Definice

Standardní implementace služby ILuisService se skutečnou službou LUIS

[System.Serializable]
public sealed class LuisService : Microsoft.Bot.Builder.Luis.ILuisService
[<System.Serializable>]
type LuisService = class
    interface ILuisService
Public NotInheritable Class LuisService
Implements ILuisService
Dědičnost
LuisService
Atributy
Implementuje

Konstruktory

LuisService(ILuisModel)

Vytvořte službu LUIS pomocí informací o modelu.

Vlastnosti

LuisModel

Standardní implementace služby ILuisService se skutečnou službou LUIS

Metody

ApplyThreshold(LuisResult)

Standardní implementace služby ILuisService se skutečnou službou LUIS

Fix(LuisResult)

Standardní implementace služby ILuisService se skutečnou službou LUIS

ModifyRequest(LuisRequest)

Standardní implementace služby ILuisService se skutečnou službou LUIS

Explicitní implementace rozhraní

ILuisService.BuildUri(LuisRequest)

Standardní implementace služby ILuisService se skutečnou službou LUIS

ILuisService.QueryAsync(Uri, CancellationToken)

Standardní implementace služby ILuisService se skutečnou službou LUIS

Metody rozšíření

BuildUri(ILuisService, String)

Vytvoří identifikátor URI služby Luis s textovým dotazem.

QueryAsync(ILuisService, LuisRequest, CancellationToken)

Pomocí tohoto požadavku zadejte dotaz na službu LUIS.

QueryAsync(ILuisService, String, CancellationToken)

Pomocí tohoto textu zadejte dotaz na službu LUIS.

Platí pro