Model class
Class representing a Model.
Constructors
Model(LUISAuthoring |
Create a Model. |
Methods
Constructor Details
Model(LUISAuthoringClientContext)
Create a Model.
new Model(client: LUISAuthoringClientContext)
Parameters
- client
- LUISAuthoringClientContext
Reference to the service client.
Method Details
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)
Adds a list entity model to a version of the application.
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddClosedListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- closedListModelCreateObject
- ClosedListModelCreateObject
A model containing the name and words for the new list entity extractor.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- closedListModelCreateObject
- ClosedListModelCreateObject
A model containing the name and words for the new list entity extractor.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- closedListModelCreateObject
- ClosedListModelCreateObject
A model containing the name and words for the new list entity extractor.
- callback
-
ServiceCallback<string>
The callback
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)
Creates a single child in an existing composite entity model in a version of the application.
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCompositeEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
A model object containing the name of the new composite child model.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
A model object containing the name of the new composite child model.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
A model object containing the name of the new composite child model.
- callback
-
ServiceCallback<string>
The callback
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)
Adds a customizable prebuilt domain along with all of its intent and entity models in a version of the application.
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltDomainResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
A prebuilt domain create object containing the name of the domain.
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
A prebuilt domain create object containing the name of the domain.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string[]>
The callback
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, callback: ServiceCallback<string[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
A prebuilt domain create object containing the name of the domain.
- callback
-
ServiceCallback<string[]>
The callback
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Adds a prebuilt entity model to a version of the application.
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the prebuilt entity and the name of the domain to which this model belongs.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the prebuilt entity and the name of the domain to which this model belongs.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the prebuilt entity and the name of the domain to which this model belongs.
- callback
-
ServiceCallback<string>
The callback
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Adds a customizable prebuilt intent model to a version of the application.
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltIntentResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the customizable prebuilt intent and the name of the domain to which this model belongs.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the customizable prebuilt intent and the name of the domain to which this model belongs.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
A model object containing the name of the customizable prebuilt intent and the name of the domain to which this model belongs.
- callback
-
ServiceCallback<string>
The callback
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)
Adds an entity extractor to a version of the application.
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityModelCreateObject
- EntityModelCreateObject
A model object containing the name of the new entity extractor and its children.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityModelCreateObject
- EntityModelCreateObject
A model object containing the name of the new entity extractor and its children.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityModelCreateObject
- EntityModelCreateObject
A model object containing the name of the new entity extractor and its children.
- callback
-
ServiceCallback<string>
The callback
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)
Creates a single child in an existing entity model hierarchy in a version of the application.
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
A model object containing the name of the new child model and its children.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
A model object containing the name of the new child model and its children.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
A model object containing the name of the new child model and its children.
- callback
-
ServiceCallback<string>
The callback
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options?: RequestOptionsBase): Promise<ModelAddExplicitListItemResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
The new explicit list item.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
The new explicit list item.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<number>
The callback
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, callback: ServiceCallback<number>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
The new explicit list item.
- callback
-
ServiceCallback<number>
The callback
addIntent(string, string, ModelCreateObject, RequestOptionsBase)
Adds an intent to a version of the application.
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddIntentResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentCreateObject
- ModelCreateObject
A model object containing the name of the new intent.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentCreateObject
- ModelCreateObject
A model object containing the name of the new intent.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
addIntent(string, string, ModelCreateObject, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentCreateObject
- ModelCreateObject
A model object containing the name of the new intent.
- callback
-
ServiceCallback<string>
The callback
addPrebuilt(string, string, string[], RequestOptionsBase)
Adds a list of prebuilt entities to a version of the application.
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options?: RequestOptionsBase): Promise<ModelAddPrebuiltResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltExtractorNames
-
string[]
An array of prebuilt entity extractor names.
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltExtractorNames
-
string[]
An array of prebuilt entity extractor names.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltExtractorNames
-
string[]
An array of prebuilt entity extractor names.
- callback
The callback
addSubList(string, string, string, WordListObject, RequestOptionsBase)
Adds a sublist to an existing list entity in a version of the application.
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options?: RequestOptionsBase): Promise<ModelAddSubListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- wordListCreateObject
- WordListObject
Words list.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- wordListCreateObject
- WordListObject
Words list.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<number>
The callback
addSubList(string, string, string, WordListObject, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, callback: ServiceCallback<number>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- wordListCreateObject
- WordListObject
Words list.
- callback
-
ServiceCallback<number>
The callback
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateClosedListEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCompositeEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCustomPrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateHierarchicalEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- extractorCreateObject
- PatternAnyModelCreateObject
A model object containing the name and explicit list for the new Pattern.Any entity extractor.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelCreatePatternAnyEntityModelResponse>
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- extractorCreateObject
- PatternAnyModelCreateObject
A model object containing the name and explicit list for the new Pattern.Any entity extractor.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- extractorCreateObject
- PatternAnyModelCreateObject
A model object containing the name and explicit list for the new Pattern.Any entity extractor.
- callback
-
ServiceCallback<string>
The callback
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
A model object containing the name and regex pattern for the new regular expression entity extractor.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
A model object containing the name and regex pattern for the new regular expression entity extractor.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
A model object containing the name and regex pattern for the new regular expression entity extractor.
- callback
-
ServiceCallback<string>
The callback
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- options
- RequestOptionsBase
The optional parameters
- callback
-
ServiceCallback<string>
The callback
createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity model ID.
- entityRoleCreateObject
- EntityRoleCreateObject
An entity role object containing the name of role.
- callback
-
ServiceCallback<string>
The callback
deleteClosedList(string, string, string, RequestOptionsBase)
Deletes a list entity model from a version of the application.
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- callback
The callback
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteCompositeEntity(string, string, string, RequestOptionsBase)
Deletes a composite entity from a version of the application.
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- callback
The callback
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)
Deletes a composite entity extractor child from a version of the application.
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- cChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- cChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- cChildId
-
string
The hierarchical entity extractor child ID.
- callback
The callback
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)
Deletes a prebuilt domain's models in a version of the application.
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomPrebuiltDomainResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- domainName
-
string
Domain name.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelDeleteCustomPrebuiltDomainResponse>
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- domainName
-
string
Domain name.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- domainName
-
string
Domain name.
- callback
The callback
deleteEntity(string, string, string, RequestOptionsBase)
Deletes an entity or a child from a version of the application.
function deleteEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- callback
The callback
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Deletes a relation from the feature relations used by the entity in a version of the application.
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteEntityFeatureResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- callback
The callback
deleteEntityRole(string, string, string, string, RequestOptionsBase)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteExplicitListItem(string, string, string, number, RequestOptionsBase)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelDeleteExplicitListItemResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The pattern.any entity id.
- itemId
-
number
The explicit list item which will be deleted.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The pattern.any entity id.
- itemId
-
number
The explicit list item which will be deleted.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The pattern.any entity id.
- itemId
-
number
The explicit list item which will be deleted.
- callback
The callback
deleteHierarchicalEntity(string, string, string, RequestOptionsBase)
Deletes a hierarchical entity from a version of the application.
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelDeleteHierarchicalEntityResponse>
deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- callback
The callback
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Deletes a hierarchical entity extractor child in a version of the application.
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- callback
The callback
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)
Deletes an intent from a version of the application.
function deleteIntent(appId: string, versionId: string, intentId: string, options?: ModelDeleteIntentOptionalParams): Promise<ModelDeleteIntentResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- ModelDeleteIntentOptionalParams
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- ModelDeleteIntentOptionalParams
The optional parameters
- callback
The callback
deleteIntent(string, string, string, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- callback
The callback
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Deletes a relation from the feature relations used by the intent in a version of the application.
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteIntentFeatureResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationDeleteObject
- ModelFeatureInformation
A feature information object containing the feature relation to delete.
- callback
The callback
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelDeletePatternAnyEntityModelResponse>
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- callback
The callback
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deletePrebuilt(string, string, string, RequestOptionsBase)
Deletes a prebuilt entity extractor from a version of the application.
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- callback
The callback
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteRegexEntityModel(string, string, string, RequestOptionsBase)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- callback
The callback
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role Id.
- callback
The callback
deleteSubList(string, string, string, number, RequestOptionsBase)
Deletes a sublist of a specific list entity model from a version of the application.
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options?: RequestOptionsBase): Promise<ModelDeleteSubListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- callback
The callback
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)
Gets the example utterances for the given intent or entity model in a version of the application.
function examplesMethod(appId: string, versionId: string, modelId: string, options?: ModelExamplesMethodOptionalParams): Promise<ModelExamplesMethodResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- modelId
-
string
The ID (GUID) of the model.
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- modelId
-
string
The ID (GUID) of the model.
The optional parameters
- callback
The callback
examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, callback: ServiceCallback<LabelTextObject[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- modelId
-
string
The ID (GUID) of the model.
- callback
The callback
getClosedList(string, string, string, RequestOptionsBase)
Gets information about a list entity in a version of the application.
function getClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<ClosedListEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- callback
The callback
getClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
getCompositeEntity(string, string, string, RequestOptionsBase)
Gets information about a composite entity in a version of the application.
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<CompositeEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- callback
The callback
getCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
entity role ID.
- callback
The callback
getCustomEntityRole(string, string, string, string, RequestOptionsBase)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCustomEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
getEntity(string, string, string, RequestOptionsBase)
Gets information about an entity model in a version of the application.
function getEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<NDepthEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- callback
The callback
getEntityFeatures(string, string, string, RequestOptionsBase)
Gets the information of the features used by the entity in a version of the application.
function getEntityFeatures(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityFeaturesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- callback
The callback
getEntityRole(string, string, string, string, RequestOptionsBase)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
getExplicitList(string, string, string, RequestOptionsBase)
function getExplicitList(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetExplicitListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity id.
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ExplicitListItem[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity id.
- callback
The callback
getExplicitListItem(string, string, string, number, RequestOptionsBase)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelGetExplicitListItemResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity Id.
- itemId
-
number
The explicit list item Id.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity Id.
- itemId
-
number
The explicit list item Id.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity Id.
- itemId
-
number
The explicit list item Id.
- callback
The callback
getHierarchicalEntity(string, string, string, RequestOptionsBase)
Gets information about a hierarchical entity in a version of the application.
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<HierarchicalEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- callback
The callback
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Gets information about the child's model contained in an hierarchical entity child model in a version of the application.
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<HierarchicalChildEntity>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- callback
The callback
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
entity role ID.
- callback
The callback
getIntent(string, string, string, RequestOptionsBase)
Gets information about the intent model in a version of the application.
function getIntent(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getIntent(string, string, string, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentClassifier>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- callback
The callback
getIntentFeatures(string, string, string, RequestOptionsBase)
Gets the information of the features used by the intent in a version of the application.
function getIntentFeatures(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentFeaturesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- callback
The callback
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityInfoResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, callback: ServiceCallback<PatternAnyEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- callback
The callback
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
getPrebuilt(string, string, string, RequestOptionsBase)
Gets information about a prebuilt entity model in a version of the application.
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<PrebuiltEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- prebuiltId
-
string
The prebuilt entity extractor ID.
- callback
The callback
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityEntityInfoResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity model ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelGetRegexEntityEntityInfoResponse>
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<RegexEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity model ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<RegexEntityExtractor>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity model ID.
- callback
The callback
getRegexEntityRole(string, string, string, string, RequestOptionsBase)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity ID.
- roleId
-
string
entity role ID.
- callback
The callback
listClosedListEntityRoles(string, string, string, RequestOptionsBase)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListClosedListEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListClosedListEntityRolesResponse>
listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
listClosedLists(string, string, ModelListClosedListsOptionalParams)
Gets information about all the list entity models in a version of the application.
function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
Returns
Promise<ModelListClosedListsResponse>
Promise<Models.ModelListClosedListsResponse>
listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, options: ModelListClosedListsOptionalParams, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
- callback
The callback
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)
Gets information about all the composite entity models in a version of the application.
function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
Returns
Promise<ModelListCompositeEntitiesResponse>
Promise<Models.ModelListCompositeEntitiesResponse>
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, options: ModelListCompositeEntitiesOptionalParams, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
- callback
The callback
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listCompositeEntityRoles(string, string, string, RequestOptionsBase)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelListCompositeEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListCompositeEntityRolesResponse>
listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- callback
The callback
listCustomPrebuiltEntities(string, string, RequestOptionsBase)
Gets all prebuilt entities used in a version of the application.
function listCustomPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntitiesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListCustomPrebuiltEntitiesResponse>
listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListCustomPrebuiltEntityRolesResponse>
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
listCustomPrebuiltIntents(string, string, RequestOptionsBase)
Gets information about customizable prebuilt intents added to a version of the application.
function listCustomPrebuiltIntents(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltIntentsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListCustomPrebuiltIntentsResponse>
listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listCustomPrebuiltModels(string, string, RequestOptionsBase)
Gets all prebuilt intent and entity model information used in a version of this application.
function listCustomPrebuiltModels(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltModelsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListCustomPrebuiltModelsResponse>
listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listEntities(string, string, ModelListEntitiesOptionalParams)
Gets information about all the simple entity models in a version of the application.
function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListEntitiesOptionalParams
The optional parameters
Returns
Promise<ModelListEntitiesResponse>
Promise<Models.ModelListEntitiesResponse>
listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListEntitiesOptionalParams
The optional parameters
- callback
The callback
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listEntityRoles(string, string, string, RequestOptionsBase)
function listEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)
Get suggested example utterances that would improve the accuracy of the entity model in a version of the application.
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options?: ModelListEntitySuggestionsOptionalParams): Promise<ModelListEntitySuggestionsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The target entity extractor model to enhance.
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The target entity extractor model to enhance.
The optional parameters
- callback
The callback
listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntitiesSuggestionExample[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The target entity extractor model to enhance.
- callback
The callback
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)
Gets information about all the hierarchical entity models in a version of the application.
function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
Returns
Promise<Models.ModelListHierarchicalEntitiesResponse>
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, options: ModelListHierarchicalEntitiesOptionalParams, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
- callback
The callback
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelListHierarchicalEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListHierarchicalEntityRolesResponse>
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- callback
The callback
listIntents(string, string, ModelListIntentsOptionalParams)
Gets information about the intent models in a version of the application.
function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListIntentsOptionalParams
The optional parameters
Returns
Promise<ModelListIntentsResponse>
Promise<Models.ModelListIntentsResponse>
listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListIntentsOptionalParams
The optional parameters
- callback
The callback
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)
Suggests example utterances that would improve the accuracy of the intent model in a version of the application.
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options?: ModelListIntentSuggestionsOptionalParams): Promise<ModelListIntentSuggestionsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
The optional parameters
- callback
The callback
listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentsSuggestionExample[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- callback
The callback
listModels(string, string, ModelListModelsOptionalParams)
Gets information about all the intent and entity models in a version of the application.
function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListModelsOptionalParams
The optional parameters
Returns
Promise<ModelListModelsResponse>
Promise<Models.ModelListModelsResponse>
listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListModelsOptionalParams
The optional parameters
- callback
The callback
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
Returns
Promise<Models.ModelListPatternAnyEntityInfosResponse>
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, options: ModelListPatternAnyEntityInfosOptionalParams, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
- callback
The callback
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPatternAnyEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.ModelListPatternAnyEntityRolesResponse>
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
listPrebuiltEntities(string, string, RequestOptionsBase)
Gets all the available prebuilt entities in a version of the application.
function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<ModelListPrebuiltEntitiesResponse>
Promise<Models.ModelListPrebuiltEntitiesResponse>
listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)
Gets information about all the prebuilt entities in a version of the application.
function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListPrebuiltsOptionalParams
The optional parameters
Returns
Promise<ModelListPrebuiltsResponse>
Promise<Models.ModelListPrebuiltsResponse>
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- options
- ModelListPrebuiltsOptionalParams
The optional parameters
- callback
The callback
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
Returns
Promise<ModelListRegexEntityInfosResponse>
Promise<Models.ModelListRegexEntityInfosResponse>
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, options: ModelListRegexEntityInfosOptionalParams, callback: ServiceCallback<RegexEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
The optional parameters
- callback
The callback
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- callback
The callback
listRegexEntityRoles(string, string, string, RequestOptionsBase)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListRegexEntityRolesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
Returns
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[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
entity Id
- callback
The callback
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)
Adds a batch of sublists to an existing list entity in a version of the application.
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options?: RequestOptionsBase): Promise<ModelPatchClosedListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- closedListModelPatchObject
- ClosedListModelPatchObject
A words list batch.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- closedListModelPatchObject
- ClosedListModelPatchObject
A words list batch.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity model ID.
- closedListModelPatchObject
- ClosedListModelPatchObject
A words list batch.
- callback
The callback
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Updates the information of the features used by the entity in a version of the application.
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- callback
The callback
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Updates the information of the features used by the intent in a version of the application.
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceIntentFeaturesResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- featureRelationsUpdateObject
A list of feature information objects containing the new feature relations.
- callback
The callback
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)
Updates the list entity in a version of the application.
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
The new list entity name and words list.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
The new list entity name and words list.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list model ID.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
The new list entity name and words list.
- callback
The callback
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)
Updates a composite entity in a version of the application.
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeModelUpdateObject
- CompositeEntityModel
A model object containing the new entity extractor name and children.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeModelUpdateObject
- CompositeEntityModel
A model object containing the new entity extractor name and children.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- compositeModelUpdateObject
- CompositeEntityModel
A model object containing the new entity extractor name and children.
- callback
The callback
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- cEntityId
-
string
The composite entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCustomPrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)
Updates the name of an entity extractor or the name and instanceOf model of a child entity extractor.
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- entityModelUpdateObject
- EntityModelUpdateObject
A model object containing the name new entity extractor or the name and instance of model of a child entity extractor
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- entityModelUpdateObject
- EntityModelUpdateObject
A model object containing the name new entity extractor or the name and instance of model of a child entity extractor
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity extractor or the child entity extractor ID.
- entityModelUpdateObject
- EntityModelUpdateObject
A model object containing the name new entity extractor or the name and instance of model of a child entity extractor
- callback
The callback
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- itemId
-
number
The explicit list item ID.
The new explicit list item.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- itemId
-
number
The explicit list item ID.
The new explicit list item.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- itemId
-
number
The explicit list item ID.
The new explicit list item.
- callback
The callback
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)
Updates the name of a hierarchical entity model in a version of the application.
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- modelUpdateObject
- ModelUpdateObject
Model containing names of the hierarchical entity.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- modelUpdateObject
- ModelUpdateObject
Model containing names of the hierarchical entity.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- modelUpdateObject
- ModelUpdateObject
Model containing names of the hierarchical entity.
- callback
The callback
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)
Renames a single child in an existing hierarchical entity model in a version of the application.
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityChildResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Model object containing new name of the hierarchical entity child.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Model object containing new name of the hierarchical entity child.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- hChildId
-
string
The hierarchical entity extractor child ID.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Model object containing new name of the hierarchical entity child.
- callback
The callback
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- hEntityId
-
string
The hierarchical entity extractor ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)
Updates the name of an intent in a version of the application.
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateIntentResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- modelUpdateObject
- ModelUpdateObject
A model object containing the new intent name.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- modelUpdateObject
- ModelUpdateObject
A model object containing the new intent name.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- intentId
-
string
The intent classifier ID.
- modelUpdateObject
- ModelUpdateObject
A model object containing the new intent name.
- callback
The callback
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
An object containing the explicit list of the Pattern.Any entity.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
An object containing the explicit list of the Pattern.Any entity.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The Pattern.Any entity extractor ID.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
An object containing the explicit list of the Pattern.Any entity.
- callback
The callback
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePrebuiltEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityModelResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- regexEntityUpdateObject
- RegexModelUpdateObject
An object containing the new entity name and regex pattern.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- regexEntityUpdateObject
- RegexModelUpdateObject
An object containing the new entity name and regex pattern.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- regexEntityId
-
string
The regular expression entity extractor ID.
- regexEntityUpdateObject
- RegexModelUpdateObject
An object containing the new entity name and regex pattern.
- callback
The callback
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- entityId
-
string
The entity ID.
- roleId
-
string
The entity role ID.
- entityRoleUpdateObject
- EntityRoleUpdateObject
The new entity role.
- callback
The callback
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)
Updates one of the list entity's sublists in a version of the application.
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateSubListResponse>
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
A sublist update object containing the new canonical form and the list of words.
- options
- RequestOptionsBase
The optional parameters
Returns
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>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
A sublist update object containing the new canonical form and the list of words.
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)
Parameters
- appId
-
string
The application ID.
- versionId
-
string
The version ID.
- clEntityId
-
string
The list entity extractor ID.
- subListId
-
number
The sublist ID.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
A sublist update object containing the new canonical form and the list of words.
- callback
The callback