PredictionOperations class
Klasse die een PredictionOperations vertegenwoordigt.
Constructors
Prediction |
Maak een PredictionOperations. |
Methoden
Constructordetails
PredictionOperations(LUISRuntimeClientContext)
Maak een PredictionOperations.
new PredictionOperations(client: LUISRuntimeClientContext)
Parameters
- client
- LUISRuntimeClientContext
Verwijzing naar de serviceclient.
Methodedetails
getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams)
Hiermee haalt u de voorspellingen voor een toepassingssite op.
function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, options?: PredictionGetSlotPredictionOptionalParams): Promise<PredictionGetSlotPredictionResponse>
Parameters
- appId
-
string
De toepassings-id.
- slotName
-
string
De naam van de toepassingssite.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
De optionele parameters
Retouren
Promise<PredictionGetSlotPredictionResponse>
Promise<Models.PredictionGetSlotPredictionResponse>
getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams, ServiceCallback<PredictionResponse>)
function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, options: PredictionGetSlotPredictionOptionalParams, callback: ServiceCallback<PredictionResponse>)
Parameters
- appId
-
string
De toepassings-id.
- slotName
-
string
De naam van de toepassingssite.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
De optionele parameters
- callback
De callback
getSlotPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)
function getSlotPrediction(appId: string, slotName: string, predictionRequest: PredictionRequest, callback: ServiceCallback<PredictionResponse>)
Parameters
- appId
-
string
De toepassings-id.
- slotName
-
string
De naam van de toepassingssite.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
- callback
De callback
getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams)
Hiermee haalt u de voorspellingen voor een toepassingsversie op.
function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, options?: PredictionGetVersionPredictionOptionalParams): Promise<PredictionGetVersionPredictionResponse>
Parameters
- appId
-
string
De toepassings-id.
- versionId
-
string
De versie-id van de toepassing.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
De optionele parameters
Retouren
Promise<Models.PredictionGetVersionPredictionResponse>
getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams, ServiceCallback<PredictionResponse>)
function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, options: PredictionGetVersionPredictionOptionalParams, callback: ServiceCallback<PredictionResponse>)
Parameters
- appId
-
string
De toepassings-id.
- versionId
-
string
De versie-id van de toepassing.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
De optionele parameters
- callback
De callback
getVersionPrediction(string, string, PredictionRequest, ServiceCallback<PredictionResponse>)
function getVersionPrediction(appId: string, versionId: string, predictionRequest: PredictionRequest, callback: ServiceCallback<PredictionResponse>)
Parameters
- appId
-
string
De toepassings-id.
- versionId
-
string
De versie-id van de toepassing.
- predictionRequest
- PredictionRequest
De parameters voor de voorspellingsaanvraag.
- callback
De callback