共用方式為


Examples class

代表範例的類別。

建構函式

Examples(LUISAuthoringClientContext)

建立範例。

方法

add(string, string, ExampleLabelObject, ExamplesAddOptionalParams)

在應用程式的版本中新增標示的範例語句。

add(string, string, ExampleLabelObject, ExamplesAddOptionalParams, ServiceCallback<LabelExampleResponse>)
add(string, string, ExampleLabelObject, ServiceCallback<LabelExampleResponse>)
batch(string, string, ExampleLabelObject[], ExamplesBatchOptionalParams)

將標示的範例語句批次新增至應用程式的版本。

batch(string, string, ExampleLabelObject[], ExamplesBatchOptionalParams, ServiceCallback<BatchLabelExample[]>)
batch(string, string, ExampleLabelObject[], ServiceCallback<BatchLabelExample[]>)
deleteMethod(string, string, number, RequestOptionsBase)

從應用程式的版本中,刪除具有指定識別碼的標記範例語句。

deleteMethod(string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteMethod(string, string, number, ServiceCallback<OperationStatus>)
list(string, string, ExamplesListOptionalParams)

傳回要從應用程式版本檢閱的範例語句。

list(string, string, ExamplesListOptionalParams, ServiceCallback<LabeledUtterance[]>)
list(string, string, ServiceCallback<LabeledUtterance[]>)

建構函式詳細資料

Examples(LUISAuthoringClientContext)

建立範例。

new Examples(client: LUISAuthoringClientContext)

參數

client
LUISAuthoringClientContext

服務用戶端的參考。

方法詳細資料

add(string, string, ExampleLabelObject, ExamplesAddOptionalParams)

在應用程式的版本中新增標示的範例語句。

function add(appId: string, versionId: string, exampleLabelObject: ExampleLabelObject, options?: ExamplesAddOptionalParams): Promise<ExamplesAddResponse>

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObject
ExampleLabelObject

標示為具有預期意圖和實體的範例語句。

options
ExamplesAddOptionalParams

選擇性參數

傳回

Promise < Models.ExamplesAddResponse>

add(string, string, ExampleLabelObject, ExamplesAddOptionalParams, ServiceCallback<LabelExampleResponse>)

function add(appId: string, versionId: string, exampleLabelObject: ExampleLabelObject, options: ExamplesAddOptionalParams, callback: ServiceCallback<LabelExampleResponse>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObject
ExampleLabelObject

標示為具有預期意圖和實體的範例語句。

options
ExamplesAddOptionalParams

選擇性參數

add(string, string, ExampleLabelObject, ServiceCallback<LabelExampleResponse>)

function add(appId: string, versionId: string, exampleLabelObject: ExampleLabelObject, callback: ServiceCallback<LabelExampleResponse>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObject
ExampleLabelObject

標示為具有預期意圖和實體的範例語句。

batch(string, string, ExampleLabelObject[], ExamplesBatchOptionalParams)

將標示的範例語句批次新增至應用程式的版本。

function batch(appId: string, versionId: string, exampleLabelObjectArray: ExampleLabelObject[], options?: ExamplesBatchOptionalParams): Promise<ExamplesBatchResponse>

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObjectArray

ExampleLabelObject[]

範例語句的陣列。

options
ExamplesBatchOptionalParams

選擇性參數

傳回

Promise < Models.ExamplesBatchResponse>

batch(string, string, ExampleLabelObject[], ExamplesBatchOptionalParams, ServiceCallback<BatchLabelExample[]>)

function batch(appId: string, versionId: string, exampleLabelObjectArray: ExampleLabelObject[], options: ExamplesBatchOptionalParams, callback: ServiceCallback<BatchLabelExample[]>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObjectArray

ExampleLabelObject[]

範例語句的陣列。

options
ExamplesBatchOptionalParams

選擇性參數

callback

ServiceCallback<BatchLabelExample[]>

回呼

batch(string, string, ExampleLabelObject[], ServiceCallback<BatchLabelExample[]>)

function batch(appId: string, versionId: string, exampleLabelObjectArray: ExampleLabelObject[], callback: ServiceCallback<BatchLabelExample[]>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleLabelObjectArray

ExampleLabelObject[]

範例語句的陣列。

callback

ServiceCallback<BatchLabelExample[]>

回呼

deleteMethod(string, string, number, RequestOptionsBase)

從應用程式的版本中,刪除具有指定識別碼的標記範例語句。

function deleteMethod(appId: string, versionId: string, exampleId: number, options?: RequestOptionsBase): Promise<ExamplesDeleteMethodResponse>

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleId

number

範例識別碼。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.ExamplesDeleteMethodResponse>

deleteMethod(string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteMethod(appId: string, versionId: string, exampleId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleId

number

範例識別碼。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<OperationStatus>

回呼

deleteMethod(string, string, number, ServiceCallback<OperationStatus>)

function deleteMethod(appId: string, versionId: string, exampleId: number, callback: ServiceCallback<OperationStatus>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

exampleId

number

範例識別碼。

callback

ServiceCallback<OperationStatus>

回呼

list(string, string, ExamplesListOptionalParams)

傳回要從應用程式版本檢閱的範例語句。

function list(appId: string, versionId: string, options?: ExamplesListOptionalParams): Promise<ExamplesListResponse>

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

options
ExamplesListOptionalParams

選擇性參數

傳回

Promise < Models.ExamplesListResponse>

list(string, string, ExamplesListOptionalParams, ServiceCallback<LabeledUtterance[]>)

function list(appId: string, versionId: string, options: ExamplesListOptionalParams, callback: ServiceCallback<LabeledUtterance[]>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

options
ExamplesListOptionalParams

選擇性參數

callback

ServiceCallback<LabeledUtterance[]>

回呼

list(string, string, ServiceCallback<LabeledUtterance[]>)

function list(appId: string, versionId: string, callback: ServiceCallback<LabeledUtterance[]>)

參數

appId

string

應用程式識別碼。

versionId

string

版本識別碼。

callback

ServiceCallback<LabeledUtterance[]>

回呼