Model class
代表 Model 的類別。
建構函式
Model(LUISAuthoring |
建立模型。 |
方法
建構函式詳細資料
Model(LUISAuthoringClientContext)
方法詳細資料
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)
將清單實體模型新增至應用程式的版本。
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddClosedListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- closedListModelCreateObject
- ClosedListModelCreateObject
包含新清單實體擷取器名稱和字組的模型。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddClosedListResponse>
Promise < Models.ModelAddClosedListResponse>
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- closedListModelCreateObject
- ClosedListModelCreateObject
包含新清單實體擷取器名稱和字組的模型。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- closedListModelCreateObject
- ClosedListModelCreateObject
包含新清單實體擷取器名稱和字組的模型。
- callback
-
ServiceCallback<string>
回呼
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)
在應用程式的版本中,在現有的複合實體模型中建立單一子系。
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCompositeEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
包含新複合子模型名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddCompositeEntityChildResponse>
Promise < Models.ModelAddCompositeEntityChildResponse>
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
包含新複合子模型名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
包含新複合子模型名稱的模型物件。
- callback
-
ServiceCallback<string>
回呼
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)
在應用程式的版本中,新增可自訂的預先建置定義域及其所有意圖和實體模型。
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltDomainResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
預先建置的網域建立物件,其中包含網域的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddCustomPrebuiltDomainResponse>
Promise < Models.ModelAddCustomPrebuiltDomainResponse>
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options: RequestOptionsBase, callback: ServiceCallback<string[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
預先建置的網域建立物件,其中包含網域的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string[]>
回呼
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, callback: ServiceCallback<string[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
預先建置的網域建立物件,其中包含網域的名稱。
- callback
-
ServiceCallback<string[]>
回呼
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
將預先建置的實體模型新增至應用程式的版本。
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含預先建置實體的名稱,以及此模型所屬之定義域的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddCustomPrebuiltEntityResponse>
Promise < Models.ModelAddCustomPrebuiltEntityResponse>
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含預先建置實體的名稱,以及此模型所屬之定義域的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含預先建置實體的名稱,以及此模型所屬之定義域的名稱。
- callback
-
ServiceCallback<string>
回呼
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
將可自訂的預先建置意圖模型新增至應用程式的版本。
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltIntentResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含可自訂預先建置意圖的名稱,以及此模型所屬的網功能變數名稱稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddCustomPrebuiltIntentResponse>
Promise < Models.ModelAddCustomPrebuiltIntentResponse>
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含可自訂預先建置意圖的名稱,以及此模型所屬的網功能變數名稱稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
模型物件,其中包含可自訂預先建置意圖的名稱,以及此模型所屬的網功能變數名稱稱。
- callback
-
ServiceCallback<string>
回呼
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)
將實體擷取器新增至應用程式的版本。
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityModelCreateObject
- EntityModelCreateObject
包含新實體擷取器名稱及其子系的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddEntityResponse>
Promise < Models.ModelAddEntityResponse>
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityModelCreateObject
- EntityModelCreateObject
模型物件,其中包含新實體擷取器及其子系的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityModelCreateObject
- EntityModelCreateObject
模型物件,其中包含新實體擷取器及其子系的名稱。
- callback
-
ServiceCallback<string>
回呼
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)
在應用程式版本的現有實體模型階層中建立單一子系。
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- childEntityModelCreateObject
- ChildEntityModelCreateObject
模型物件,其中包含新子模型及其子系的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddEntityChildResponse>
Promise < Models.ModelAddEntityChildResponse>
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- childEntityModelCreateObject
- ChildEntityModelCreateObject
模型物件,其中包含新子模型及其子系的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- childEntityModelCreateObject
- ChildEntityModelCreateObject
模型物件,其中包含新子模型及其子系的名稱。
- callback
-
ServiceCallback<string>
回呼
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options?: RequestOptionsBase): Promise<ModelAddExplicitListItemResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
新的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddExplicitListItemResponse>
Promise < Models.ModelAddExplicitListItemResponse>
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options: RequestOptionsBase, callback: ServiceCallback<number>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
新的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<number>
回呼
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, callback: ServiceCallback<number>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
新的明確清單專案。
- callback
-
ServiceCallback<number>
回呼
addIntent(string, string, ModelCreateObject, RequestOptionsBase)
將意圖新增至應用程式的版本。
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddIntentResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentCreateObject
- ModelCreateObject
包含新意圖名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddIntentResponse>
Promise < Models.ModelAddIntentResponse>
addIntent(string, string, ModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentCreateObject
- ModelCreateObject
包含新意圖名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
addIntent(string, string, ModelCreateObject, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentCreateObject
- ModelCreateObject
包含新意圖名稱的模型物件。
- callback
-
ServiceCallback<string>
回呼
addPrebuilt(string, string, string[], RequestOptionsBase)
將預先建置的實體清單新增至應用程式的版本。
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options?: RequestOptionsBase): Promise<ModelAddPrebuiltResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltExtractorNames
-
string[]
預先建置實體擷取器名稱的陣列。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddPrebuiltResponse>
Promise < Models.ModelAddPrebuiltResponse>
addPrebuilt(string, string, string[], RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltExtractorNames
-
string[]
預先建置實體擷取器名稱的陣列。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], callback: ServiceCallback<PrebuiltEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltExtractorNames
-
string[]
預先建置實體擷取器名稱的陣列。
- callback
回呼
addSubList(string, string, string, WordListObject, RequestOptionsBase)
在應用程式的版本中,將子清單新增至現有的清單實體。
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options?: RequestOptionsBase): Promise<ModelAddSubListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- wordListCreateObject
- WordListObject
單字清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelAddSubListResponse>
Promise < Models.ModelAddSubListResponse>
addSubList(string, string, string, WordListObject, RequestOptionsBase, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options: RequestOptionsBase, callback: ServiceCallback<number>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- wordListCreateObject
- WordListObject
單字清單。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<number>
回呼
addSubList(string, string, string, WordListObject, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, callback: ServiceCallback<number>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- wordListCreateObject
- WordListObject
單字清單。
- callback
-
ServiceCallback<number>
回呼
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateClosedListEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreateClosedListEntityRoleResponse>
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCompositeEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreateCompositeEntityRoleResponse>
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCustomPrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreateCustomPrebuiltEntityRoleResponse>
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelCreateEntityRoleResponse>
Promise < Models.ModelCreateEntityRoleResponse>
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateHierarchicalEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreateHierarchicalEntityRoleResponse>
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- extractorCreateObject
- PatternAnyModelCreateObject
模型物件,其中包含新 Pattern.Any 實體擷取器的名稱和明確清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreatePatternAnyEntityModelResponse>
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- extractorCreateObject
- PatternAnyModelCreateObject
模型物件,其中包含新 Pattern.Any 實體擷取器的名稱和明確清單。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- extractorCreateObject
- PatternAnyModelCreateObject
模型物件,其中包含新 Pattern.Any 實體擷取器的名稱和明確清單。
- callback
-
ServiceCallback<string>
回呼
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreatePatternAnyEntityRoleResponse>
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelCreatePrebuiltEntityRoleResponse>
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityExtractorCreateObj
- RegexModelCreateObject
模型物件,包含新正則運算式實體擷取器的名稱和 Regex 模式。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelCreateRegexEntityModelResponse>
Promise < Models.ModelCreateRegexEntityModelResponse>
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityExtractorCreateObj
- RegexModelCreateObject
模型物件,包含新正則運算式實體擷取器的名稱和 Regex 模式。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityExtractorCreateObj
- RegexModelCreateObject
模型物件,包含新正則運算式實體擷取器的名稱和 Regex 模式。
- callback
-
ServiceCallback<string>
回呼
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelCreateRegexEntityRoleResponse>
Promise < Models.ModelCreateRegexEntityRoleResponse>
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<string>
回呼
createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體模型識別碼。
- entityRoleCreateObject
- EntityRoleCreateObject
包含角色名稱的實體角色物件。
- callback
-
ServiceCallback<string>
回呼
deleteClosedList(string, string, string, RequestOptionsBase)
從應用程式的版本刪除清單實體模型。
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteClosedListResponse>
Promise < Models.ModelDeleteClosedListResponse>
deleteClosedList(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- callback
回呼
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteClosedListEntityRoleResponse>
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteCompositeEntity(string, string, string, RequestOptionsBase)
從應用程式的版本刪除複合實體。
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteCompositeEntityResponse>
Promise < Models.ModelDeleteCompositeEntityResponse>
deleteCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- callback
回呼
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)
從應用程式的版本刪除複合實體擷取器子系。
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- cChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteCompositeEntityChildResponse>
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- cChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- cChildId
-
string
階層式實體擷取器子識別碼。
- callback
回呼
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteCompositeEntityRoleResponse>
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteCustomEntityRoleResponse>
Promise < Models.ModelDeleteCustomEntityRoleResponse>
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)
刪除應用程式中預先建置的網域模型。
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomPrebuiltDomainResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- domainName
-
string
功能變數名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteCustomPrebuiltDomainResponse>
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- domainName
-
string
功能變數名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- domainName
-
string
功能變數名稱。
- callback
回呼
deleteEntity(string, string, string, RequestOptionsBase)
從應用程式的版本刪除實體或子系。
function deleteEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteEntityResponse>
Promise < Models.ModelDeleteEntityResponse>
deleteEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- callback
回呼
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
從應用程式版本中實體所使用的特徵關聯中刪除關聯。
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteEntityFeatureResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteEntityFeatureResponse>
Promise < Models.ModelDeleteEntityFeatureResponse>
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- callback
回呼
deleteEntityRole(string, string, string, string, RequestOptionsBase)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteEntityRoleResponse>
Promise < Models.ModelDeleteEntityRoleResponse>
deleteEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteExplicitListItem(string, string, string, number, RequestOptionsBase)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelDeleteExplicitListItemResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
pattern.any 實體識別碼。
- itemId
-
number
將刪除的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteExplicitListItemResponse>
Promise < Models.ModelDeleteExplicitListItemResponse>
deleteExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
pattern.any 實體識別碼。
- itemId
-
number
將刪除的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
pattern.any 實體識別碼。
- itemId
-
number
將刪除的明確清單專案。
- callback
回呼
deleteHierarchicalEntity(string, string, string, RequestOptionsBase)
從應用程式的版本刪除階層式實體。
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteHierarchicalEntityResponse>
deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- callback
回呼
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
刪除應用程式中的階層式實體擷取器子系。
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteHierarchicalEntityChildResponse>
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- callback
回呼
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeleteHierarchicalEntityRoleResponse>
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)
從應用程式的版本刪除意圖。
function deleteIntent(appId: string, versionId: string, intentId: string, options?: ModelDeleteIntentOptionalParams): Promise<ModelDeleteIntentResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- ModelDeleteIntentOptionalParams
選擇性參數
傳回
Promise<ModelDeleteIntentResponse>
Promise < Models.ModelDeleteIntentResponse>
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, options: ModelDeleteIntentOptionalParams, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- ModelDeleteIntentOptionalParams
選擇性參數
- callback
回呼
deleteIntent(string, string, string, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- callback
回呼
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
從應用程式中意圖使用的功能關聯中刪除關聯。
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteIntentFeatureResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteIntentFeatureResponse>
Promise < Models.ModelDeleteIntentFeatureResponse>
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationDeleteObject
- ModelFeatureInformation
包含要刪除之特徵關聯的功能資訊物件。
- callback
回呼
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeletePatternAnyEntityModelResponse>
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- callback
回呼
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeletePatternAnyEntityRoleResponse>
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deletePrebuilt(string, string, string, RequestOptionsBase)
從應用程式的版本刪除預先建置的實體擷取器。
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeletePrebuiltResponse>
Promise < Models.ModelDeletePrebuiltResponse>
deletePrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- callback
回呼
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelDeletePrebuiltEntityRoleResponse>
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteRegexEntityModel(string, string, string, RequestOptionsBase)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteRegexEntityModelResponse>
Promise < Models.ModelDeleteRegexEntityModelResponse>
deleteRegexEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- callback
回呼
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteRegexEntityRoleResponse>
Promise < Models.ModelDeleteRegexEntityRoleResponse>
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- callback
回呼
deleteSubList(string, string, string, number, RequestOptionsBase)
從應用程式版本刪除特定清單實體模型的子清單。
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options?: RequestOptionsBase): Promise<ModelDeleteSubListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelDeleteSubListResponse>
Promise < Models.ModelDeleteSubListResponse>
deleteSubList(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- callback
回呼
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)
取得應用程式中指定意圖或實體模型的範例語句。
function examplesMethod(appId: string, versionId: string, modelId: string, options?: ModelExamplesMethodOptionalParams): Promise<ModelExamplesMethodResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- modelId
-
string
模型的識別碼 (GUID) 。
選擇性參數
傳回
Promise<ModelExamplesMethodResponse>
Promise < Models.ModelExamplesMethodResponse>
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, options: ModelExamplesMethodOptionalParams, callback: ServiceCallback<LabelTextObject[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- modelId
-
string
模型的識別碼 (GUID) 。
選擇性參數
- callback
回呼
examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, callback: ServiceCallback<LabelTextObject[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- modelId
-
string
模型的識別碼 (GUID) 。
- callback
回呼
getClosedList(string, string, string, RequestOptionsBase)
取得應用程式版本中清單實體的相關資訊。
function getClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetClosedListResponse>
Promise < Models.ModelGetClosedListResponse>
getClosedList(string, string, string, RequestOptionsBase, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<ClosedListEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<ClosedListEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- callback
回呼
getClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetClosedListEntityRoleResponse>
Promise < Models.ModelGetClosedListEntityRoleResponse>
getClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getCompositeEntity(string, string, string, RequestOptionsBase)
取得應用程式中複合實體的相關資訊。
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetCompositeEntityResponse>
Promise < Models.ModelGetCompositeEntityResponse>
getCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<CompositeEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<CompositeEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- callback
回呼
getCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetCompositeEntityRoleResponse>
Promise < Models.ModelGetCompositeEntityRoleResponse>
getCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getCustomEntityRole(string, string, string, string, RequestOptionsBase)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCustomEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetCustomEntityRoleResponse>
Promise < Models.ModelGetCustomEntityRoleResponse>
getCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getEntity(string, string, string, RequestOptionsBase)
取得應用程式版本中實體模型的相關資訊。
function getEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetEntityResponse>
Promise < Models.ModelGetEntityResponse>
getEntity(string, string, string, RequestOptionsBase, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<NDepthEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<NDepthEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- callback
回呼
getEntityFeatures(string, string, string, RequestOptionsBase)
取得應用程式版本中實體所使用的功能資訊。
function getEntityFeatures(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityFeaturesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetEntityFeaturesResponse>
Promise < Models.ModelGetEntityFeaturesResponse>
getEntityFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- callback
回呼
getEntityRole(string, string, string, string, RequestOptionsBase)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetEntityRoleResponse>
Promise < Models.ModelGetEntityRoleResponse>
getEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getExplicitList(string, string, string, RequestOptionsBase)
function getExplicitList(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetExplicitListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetExplicitListResponse>
Promise < Models.ModelGetExplicitListResponse>
getExplicitList(string, string, string, RequestOptionsBase, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ExplicitListItem[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- callback
回呼
getExplicitListItem(string, string, string, number, RequestOptionsBase)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelGetExplicitListItemResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- itemId
-
number
明確的清單專案識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetExplicitListItemResponse>
Promise < Models.ModelGetExplicitListItemResponse>
getExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- itemId
-
number
明確的清單專案識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體識別碼。
- itemId
-
number
明確的清單專案識別碼。
- callback
回呼
getHierarchicalEntity(string, string, string, RequestOptionsBase)
取得應用程式中階層式實體的相關資訊。
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetHierarchicalEntityResponse>
Promise < Models.ModelGetHierarchicalEntityResponse>
getHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<HierarchicalEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<HierarchicalEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- callback
回呼
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
取得應用程式版本中階層式實體子模型中包含的子模型相關資訊。
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelGetHierarchicalEntityChildResponse>
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalChildEntity>)
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options: RequestOptionsBase, callback: ServiceCallback<HierarchicalChildEntity>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<HierarchicalChildEntity>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- callback
回呼
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelGetHierarchicalEntityRoleResponse>
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getIntent(string, string, string, RequestOptionsBase)
取得應用程式中意圖模型的相關資訊。
function getIntent(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetIntentResponse>
Promise < Models.ModelGetIntentResponse>
getIntent(string, string, string, RequestOptionsBase, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getIntent(string, string, string, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentClassifier>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- callback
回呼
getIntentFeatures(string, string, string, RequestOptionsBase)
取得意圖在應用程式版本中所使用的功能資訊。
function getIntentFeatures(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentFeaturesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetIntentFeaturesResponse>
Promise < Models.ModelGetIntentFeaturesResponse>
getIntentFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- callback
回呼
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityInfoResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetPatternAnyEntityInfoResponse>
Promise < Models.ModelGetPatternAnyEntityInfoResponse>
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<PatternAnyEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, callback: ServiceCallback<PatternAnyEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- callback
回呼
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetPatternAnyEntityRoleResponse>
Promise < Models.ModelGetPatternAnyEntityRoleResponse>
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getPrebuilt(string, string, string, RequestOptionsBase)
取得應用程式版本中預先建置實體模型的相關資訊。
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetPrebuiltResponse>
Promise < Models.ModelGetPrebuiltResponse>
getPrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<PrebuiltEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- prebuiltId
-
string
預先建置的實體擷取器識別碼。
- callback
回呼
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetPrebuiltEntityRoleResponse>
Promise < Models.ModelGetPrebuiltEntityRoleResponse>
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityEntityInfoResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體模型識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelGetRegexEntityInfoResponse>
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<RegexEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體模型識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<RegexEntityExtractor>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體模型識別碼。
- callback
回呼
getRegexEntityRole(string, string, string, string, RequestOptionsBase)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelGetRegexEntityRoleResponse>
Promise < Models.ModelGetRegexEntityRoleResponse>
getRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼。
- roleId
-
string
實體角色識別碼。
- callback
回呼
listClosedListEntityRoles(string, string, string, RequestOptionsBase)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListClosedListEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListClosedListEntityRolesResponse>
listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
listClosedLists(string, string, ModelListClosedListsOptionalParams)
取得應用程式版本中所有清單實體模型的相關資訊。
function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
傳回
Promise<ModelListClosedListsResponse>
Promise < Models.ModelListClosedListsResponse>
listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, options: ModelListClosedListsOptionalParams, callback: ServiceCallback<ClosedListEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
- callback
回呼
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)
取得應用程式版本中所有複合實體模型的相關資訊。
function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
傳回
Promise<ModelListCompositeEntitiesResponse>
Promise < Models.ModelListCompositeEntitiesResponse>
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, options: ModelListCompositeEntitiesOptionalParams, callback: ServiceCallback<CompositeEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
- callback
回呼
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listCompositeEntityRoles(string, string, string, RequestOptionsBase)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelListCompositeEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListCompositeEntityRolesResponse>
listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- callback
回呼
listCustomPrebuiltEntities(string, string, RequestOptionsBase)
取得應用程式版本中使用的所有預先建置實體。
function listCustomPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntitiesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListCustomPrebuiltEntitiesResponse>
listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListCustomPrebuiltEntityRolesResponse>
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
listCustomPrebuiltIntents(string, string, RequestOptionsBase)
取得新增至應用程式版本之可自訂預先建置意圖的相關資訊。
function listCustomPrebuiltIntents(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltIntentsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListCustomPrebuiltIntentsResponse>
listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listCustomPrebuiltModels(string, string, RequestOptionsBase)
取得此應用程式版本中使用的所有預先建置意圖和實體模型資訊。
function listCustomPrebuiltModels(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltModelsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListCustomPrebuiltModelsResponse>
listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<CustomPrebuiltModel[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listEntities(string, string, ModelListEntitiesOptionalParams)
取得應用程式版本中所有簡單實體模型的相關資訊。
function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListEntitiesOptionalParams
選擇性參數
傳回
Promise<ModelListEntitiesResponse>
Promise < Models.ModelListEntitiesResponse>
listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListEntitiesOptionalParams
選擇性參數
- callback
回呼
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listEntityRoles(string, string, string, RequestOptionsBase)
function listEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelListEntityRolesResponse>
Promise < Models.ModelListEntityRolesResponse>
listEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)
取得可改善應用程式版本中實體模型精確度的建議範例語句。
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options?: ModelListEntitySuggestionsOptionalParams): Promise<ModelListEntitySuggestionsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
要增強的目標實體擷取器模型。
選擇性參數
傳回
Promise<ModelListEntitySuggestionsResponse>
Promise < Models.ModelListEntitySuggestionsResponse>
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options: ModelListEntitySuggestionsOptionalParams, callback: ServiceCallback<EntitiesSuggestionExample[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
要增強的目標實體擷取器模型。
選擇性參數
- callback
回呼
listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntitiesSuggestionExample[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
要增強的目標實體擷取器模型。
- callback
回呼
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)
取得應用程式中所有階層式實體模型的相關資訊。
function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
傳回
Promise < Models.ModelListHierarchicalEntitiesResponse>
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, options: ModelListHierarchicalEntitiesOptionalParams, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
- callback
回呼
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelListHierarchicalEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListHierarchicalEntityRolesResponse>
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- callback
回呼
listIntents(string, string, ModelListIntentsOptionalParams)
取得應用程式中意圖模型的相關資訊。
function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListIntentsOptionalParams
選擇性參數
傳回
Promise<ModelListIntentsResponse>
Promise < Models.ModelListIntentsResponse>
listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListIntentsOptionalParams
選擇性參數
- callback
回呼
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)
建議範例語句,以改善應用程式中意圖模型的正確性。
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options?: ModelListIntentSuggestionsOptionalParams): Promise<ModelListIntentSuggestionsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
選擇性參數
傳回
Promise<ModelListIntentSuggestionsResponse>
Promise < Models.ModelListIntentSuggestionsResponse>
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options: ModelListIntentSuggestionsOptionalParams, callback: ServiceCallback<IntentsSuggestionExample[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
選擇性參數
- callback
回呼
listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentsSuggestionExample[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- callback
回呼
listModels(string, string, ModelListModelsOptionalParams)
取得應用程式中所有意圖和實體模型的相關資訊。
function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListModelsOptionalParams
選擇性參數
傳回
Promise<ModelListModelsResponse>
Promise < Models.ModelListModelsResponse>
listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListModelsOptionalParams
選擇性參數
- callback
回呼
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
傳回
Promise < Models.ModelListPatternAnyEntityInfosResponse>
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, options: ModelListPatternAnyEntityInfosOptionalParams, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
- callback
回呼
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPatternAnyEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelListPatternAnyEntityRolesResponse>
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
listPrebuiltEntities(string, string, RequestOptionsBase)
取得應用程式中所有可用的預先建置實體。
function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelListPrebuiltEntitiesResponse>
Promise < Models.ModelListPrebuiltEntitiesResponse>
listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelListPrebuiltEntityRolesResponse>
Promise < Models.ModelListPrebuiltEntityRolesResponse>
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)
取得應用程式版本中所有預先建置實體的相關資訊。
function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListPrebuiltsOptionalParams
選擇性參數
傳回
Promise<ModelListPrebuiltsResponse>
Promise < Models.ModelListPrebuiltsResponse>
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- options
- ModelListPrebuiltsOptionalParams
選擇性參數
- callback
回呼
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
傳回
Promise<ModelListRegexEntityInfosResponse>
Promise < Models.ModelListRegexEntityInfosResponse>
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, options: ModelListRegexEntityInfosOptionalParams, callback: ServiceCallback<RegexEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
選擇性參數
- callback
回呼
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- callback
回呼
listRegexEntityRoles(string, string, string, RequestOptionsBase)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListRegexEntityRolesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelListRegexEntityRolesResponse>
Promise < Models.ModelListRegexEntityRolesResponse>
listRegexEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體識別碼
- callback
回呼
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)
在應用程式的版本中,將子清單批次新增至現有的清單實體。
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options?: RequestOptionsBase): Promise<ModelPatchClosedListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- closedListModelPatchObject
- ClosedListModelPatchObject
單字清單批次。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelPatchClosedListResponse>
Promise < Models.ModelPatchClosedListResponse>
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- closedListModelPatchObject
- ClosedListModelPatchObject
單字清單批次。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體模型識別碼。
- closedListModelPatchObject
- ClosedListModelPatchObject
單字清單批次。
- callback
回呼
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
更新應用程式中實體所使用的功能資訊。
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯的功能資訊物件清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelReplaceEntityFeaturesResponse>
Promise < Models.ModelReplaceEntityFeaturesResponse>
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯之特徵資訊物件的清單。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯之特徵資訊物件的清單。
- callback
回呼
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
更新應用程式中意圖所使用的功能資訊。
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceIntentFeaturesResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯之特徵資訊物件的清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelReplaceIntentFeaturesResponse>
Promise < Models.ModelReplaceIntentFeaturesResponse>
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯之特徵資訊物件的清單。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- featureRelationsUpdateObject
包含新特徵關聯之特徵資訊物件的清單。
- callback
回呼
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)
更新應用程式中的清單實體。
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- closedListModelUpdateObject
- ClosedListModelUpdateObject
新的清單機構名稱和單字清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateClosedListResponse>
Promise < Models.ModelUpdateClosedListResponse>
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- closedListModelUpdateObject
- ClosedListModelUpdateObject
新的清單機構名稱和單字清單。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單模型識別碼。
- closedListModelUpdateObject
- ClosedListModelUpdateObject
新的清單機構名稱和單字清單。
- callback
回呼
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateClosedListEntityRoleResponse>
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)
更新應用程式中的複合實體。
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeModelUpdateObject
- CompositeEntityModel
包含新實體擷取器名稱和子系的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateCompositeEntityResponse>
Promise < Models.ModelUpdateCompositeEntityResponse>
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeModelUpdateObject
- CompositeEntityModel
包含新實體擷取器名稱和子系的模型物件。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- compositeModelUpdateObject
- CompositeEntityModel
包含新實體擷取器名稱和子系的模型物件。
- callback
回呼
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateCompositeEntityRoleResponse>
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- cEntityId
-
string
複合實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCustomPrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateCustomPrebuiltEntityRoleResponse>
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)
更新實體擷取器的名稱或子實體擷取器的名稱和 instanceOf 模型。
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- entityModelUpdateObject
- EntityModelUpdateObject
包含新實體擷取器名稱的模型物件,或子實體擷取器模型的名稱和實例
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateEntityChildResponse>
Promise < Models.ModelUpdateEntityChildResponse>
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- entityModelUpdateObject
- EntityModelUpdateObject
包含新實體擷取器名稱的模型物件,或子實體擷取器模型的名稱和實例
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體擷取器或子實體擷取器識別碼。
- entityModelUpdateObject
- EntityModelUpdateObject
包含新實體擷取器名稱的模型物件,或子實體擷取器模型的名稱和實例
- callback
回呼
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateEntityRoleResponse>
Promise < Models.ModelUpdateEntityRoleResponse>
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- itemId
-
number
明確的清單專案識別碼。
新的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateExplicitListItemResponse>
Promise < Models.ModelUpdateExplicitListItemResponse>
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- itemId
-
number
明確的清單專案識別碼。
新的明確清單專案。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- itemId
-
number
明確的清單專案識別碼。
新的明確清單專案。
- callback
回呼
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)
更新應用程式中階層式實體模型的名稱。
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含階層式機構名稱的模型。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateHierarchicalEntityResponse>
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含階層式機構名稱的模型。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含階層式機構名稱的模型。
- callback
回呼
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)
在應用程式的版本中,重新命名現有階層式實體模型中的單一子系。
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityChildResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
包含階層式實體子系新名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateHierarchicalEntityChildResponse>
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
包含階層式實體子系新名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- hChildId
-
string
階層式實體擷取器子識別碼。
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
包含階層式實體子系新名稱的模型物件。
- callback
回呼
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdateHierarchicalEntityRoleResponse>
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- hEntityId
-
string
階層式實體擷取器識別碼。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)
更新應用程式中意圖的名稱。
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateIntentResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含新意圖名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateIntentResponse>
Promise < Models.ModelUpdateIntentResponse>
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含新意圖名稱的模型物件。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- intentId
-
string
意圖分類器識別碼。
- modelUpdateObject
- ModelUpdateObject
包含新意圖名稱的模型物件。
- callback
回呼
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
物件,其中包含 Pattern.Any 實體的明確清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdatePatternAnyEntityModelResponse>
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
物件,其中包含 Pattern.Any 實體的明確清單。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
Pattern.Any 實體擷取器識別碼。
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
物件,其中包含 Pattern.Any 實體的明確清單。
- callback
回呼
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdatePatternAnyEntityRoleResponse>
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePrebuiltEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.ModelUpdatePrebuiltEntityRoleResponse>
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityModelResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- regexEntityUpdateObject
- RegexModelUpdateObject
物件,包含新的機構名稱和 Regex 模式。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateRegexEntityModelResponse>
Promise < Models.ModelUpdateRegexEntityModelResponse>
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- regexEntityUpdateObject
- RegexModelUpdateObject
物件,包含新的機構名稱和 Regex 模式。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- regexEntityId
-
string
正則運算式實體擷取器識別碼。
- regexEntityUpdateObject
- RegexModelUpdateObject
物件,包含新的機構名稱和 Regex 模式。
- callback
回呼
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateRegexEntityRoleResponse>
Promise < Models.ModelUpdateRegexEntityRoleResponse>
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- entityId
-
string
實體 ID。
- roleId
-
string
實體角色識別碼。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新的實體角色。
- callback
回呼
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)
更新應用程式的其中一個清單實體子清單。
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateSubListResponse>
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- wordListBaseUpdateObject
- WordListBaseUpdateObject
子清單更新物件,其中包含新的標準表單和單字清單。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModelUpdateSubListResponse>
Promise < Models.ModelUpdateSubListResponse>
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- wordListBaseUpdateObject
- WordListBaseUpdateObject
子清單更新物件,其中包含新的標準表單和單字清單。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)
參數
- appId
-
string
應用程式識別碼。
- versionId
-
string
版本識別碼。
- clEntityId
-
string
清單實體擷取器識別碼。
- subListId
-
number
子清單識別碼。
- wordListBaseUpdateObject
- WordListBaseUpdateObject
子清單更新物件,其中包含新的標準表單和單字清單。
- callback
回呼