PredictionOperations class

فئة تمثل PredictionOperations.

المنشئون

PredictionOperations(LUISRuntimeClientContext)

إنشاء PredictionOperations.

الأساليب

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams)

الحصول على تنبؤات فتحة تطبيق.

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

الحصول على تنبؤات لإصدار تطبيق.

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

تفاصيل المنشئ

PredictionOperations(LUISRuntimeClientContext)

إنشاء PredictionOperations.

new PredictionOperations(client: LUISRuntimeClientContext)

المعلمات

client
LUISRuntimeClientContext

الرجوع إلى عميل الخدمة.

تفاصيل الأسلوب

getSlotPrediction(string, string, PredictionRequest, PredictionGetSlotPredictionOptionalParams)

الحصول على تنبؤات فتحة تطبيق.

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

المعلمات

appId

string

معرف التطبيق.

slotName

string

اسم فتحة التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

options
PredictionGetSlotPredictionOptionalParams

المعلمات الاختيارية

المرتجعات

Promise<Models.PredictionGetSlotPredictionResponse>

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

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

المعلمات

appId

string

معرف التطبيق.

slotName

string

اسم فتحة التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

options
PredictionGetSlotPredictionOptionalParams

المعلمات الاختيارية

callback

ServiceCallback<PredictionResponse>

رد الاتصال

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

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

المعلمات

appId

string

معرف التطبيق.

slotName

string

اسم فتحة التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

callback

ServiceCallback<PredictionResponse>

رد الاتصال

getVersionPrediction(string, string, PredictionRequest, PredictionGetVersionPredictionOptionalParams)

الحصول على تنبؤات لإصدار تطبيق.

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

المعلمات

appId

string

معرف التطبيق.

versionId

string

معرف إصدار التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

options
PredictionGetVersionPredictionOptionalParams

المعلمات الاختيارية

المرتجعات

Promise<Models.PredictionGetVersionPredictionResponse>

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

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

المعلمات

appId

string

معرف التطبيق.

versionId

string

معرف إصدار التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

options
PredictionGetVersionPredictionOptionalParams

المعلمات الاختيارية

callback

ServiceCallback<PredictionResponse>

رد الاتصال

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

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

المعلمات

appId

string

معرف التطبيق.

versionId

string

معرف إصدار التطبيق.

predictionRequest
PredictionRequest

معلمات طلب التنبؤ.

callback

ServiceCallback<PredictionResponse>

رد الاتصال