PredictionOperations class

A PredictionOperations osztályt képviselő osztály.

Konstruktorok

PredictionOperations(LUISRuntimeClientContext)

PredictionOperations létrehozása.

Metódusok

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams)

Lekéri az alkalmazáshelyre vonatkozó előrejelzéseket.

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams, ServiceCallback<PredictionResponse>)
getSlotPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)
getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams)

Lekéri az alkalmazásverzió előrejelzéseit.

getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams, ServiceCallback<PredictionResponse>)
getVersionPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)

Konstruktor adatai

PredictionOperations(LUISRuntimeClientContext)

PredictionOperations létrehozása.

new PredictionOperations(client: LUISRuntimeClientContext)

Paraméterek

client
LUISRuntimeClientContext

Hivatkozás a szolgáltatásügyfélre.

Metódus adatai

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams)

Lekéri az alkalmazáshelyre vonatkozó előrejelzéseket.

function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, options?: PredictionGetSlotPredictionOptionalParams): Promise<PredictionGetSlotPredictionResponse>

Paraméterek

appId

string

Az alkalmazás azonosítója.

slotName

string

Az alkalmazáshely neve.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

options
PredictionGetSlotPredictionOptionalParams

A választható paraméterek

Válaszok

Ígéretmodellek.PredictionGetSlotPredictionResponse<>

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams, ServiceCallback<PredictionResponse>)

function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, options: PredictionGetSlotPredictionOptionalParams, callback: ServiceCallback<PredictionResponse>)

Paraméterek

appId

string

Az alkalmazás azonosítója.

slotName

string

Az alkalmazáshely neve.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

options
PredictionGetSlotPredictionOptionalParams

A választható paraméterek

callback

ServiceCallback<PredictionResponse>

A visszahívás

getSlotPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)

function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, callback: ServiceCallback<PredictionResponse>)

Paraméterek

appId

string

Az alkalmazás azonosítója.

slotName

string

Az alkalmazáshely neve.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

callback

ServiceCallback<PredictionResponse>

A visszahívás

getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams)

Lekéri az alkalmazásverzió előrejelzéseit.

function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, options?: PredictionGetVersionPredictionOptionalParams): Promise<PredictionGetVersionPredictionResponse>

Paraméterek

appId

string

Az alkalmazás azonosítója.

versionId

string

Az alkalmazás verzióazonosítója.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

options
PredictionGetVersionPredictionOptionalParams

A választható paraméterek

Válaszok

Ígéretmodellek.PredictionGetVersionPredictionResponse<>

getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams, ServiceCallback<PredictionResponse>)

function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, options: PredictionGetVersionPredictionOptionalParams, callback: ServiceCallback<PredictionResponse>)

Paraméterek

appId

string

Az alkalmazás azonosítója.

versionId

string

Az alkalmazás verzióazonosítója.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

options
PredictionGetVersionPredictionOptionalParams

A választható paraméterek

callback

ServiceCallback<PredictionResponse>

A visszahívás

getVersionPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)

function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, callback: ServiceCallback<PredictionResponse>)

Paraméterek

appId

string

Az alkalmazás azonosítója.

versionId

string

Az alkalmazás verzióazonosítója.

predictionRequest
PredictionRequest

Az előrejelzési kérelem paraméterei.

callback

ServiceCallback<PredictionResponse>

A visszahívás