Model class
Classe que representa um Modelo.
Construtores
Model(LUISAuthoring |
Criar um modelo. |
Métodos
Detalhes do construtor
Model(LUISAuthoringClientContext)
Criar um modelo.
new Model(client: LUISAuthoringClientContext)
Parâmetros
- client
- LUISAuthoringClientContext
Referência ao cliente de serviço.
Detalhes do método
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)
Adiciona um modelo de entidade de lista a uma versão do aplicativo.
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddClosedListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- closedListModelCreateObject
- ClosedListModelCreateObject
Um modelo que contém o nome e as palavras do novo extrator de entidade de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- closedListModelCreateObject
- ClosedListModelCreateObject
Um modelo que contém o nome e as palavras do novo extrator de entidade de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- closedListModelCreateObject
- ClosedListModelCreateObject
Um modelo que contém o nome e as palavras do novo extrator de entidade de lista.
- callback
-
ServiceCallback<string>
O retorno de chamada
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)
Cria um único filho em um modelo de entidade composta existente em uma versão do aplicativo.
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCompositeEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho composto.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho composto.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho composto.
- callback
-
ServiceCallback<string>
O retorno de chamada
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)
Adiciona um domínio predefinido personalizável junto com todos os seus modelos de intenção e entidade em uma versão do aplicativo.
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltDomainResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Um objeto de criação de domínio predefinido que contém o nome do domínio.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Um objeto de criação de domínio predefinido que contém o nome do domínio.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string[]>
O retorno de chamada
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, callback: ServiceCallback<string[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Um objeto de criação de domínio predefinido que contém o nome do domínio.
- callback
-
ServiceCallback<string[]>
O retorno de chamada
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Adiciona um modelo de entidade predefinido a uma versão do aplicativo.
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da entidade predefinida e o nome do domínio ao qual esse modelo pertence.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da entidade predefinida e o nome do domínio ao qual esse modelo pertence.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da entidade predefinida e o nome do domínio ao qual esse modelo pertence.
- callback
-
ServiceCallback<string>
O retorno de chamada
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Adiciona um modelo de intenção predefinido personalizável a uma versão do aplicativo.
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltIntentResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da intenção predefinida personalizável e o nome do domínio ao qual esse modelo pertence.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da intenção predefinida personalizável e o nome do domínio ao qual esse modelo pertence.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Um objeto de modelo que contém o nome da intenção predefinida personalizável e o nome do domínio ao qual esse modelo pertence.
- callback
-
ServiceCallback<string>
O retorno de chamada
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)
Adiciona um extrator de entidade a uma versão do aplicativo.
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityModelCreateObject
- EntityModelCreateObject
Um objeto de modelo que contém o nome do novo extrator de entidade e seus filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityModelCreateObject
- EntityModelCreateObject
Um objeto de modelo que contém o nome do novo extrator de entidade e seus filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityModelCreateObject
- EntityModelCreateObject
Um objeto de modelo que contém o nome do novo extrator de entidade e seus filhos.
- callback
-
ServiceCallback<string>
O retorno de chamada
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)
Cria um único filho em uma hierarquia de modelo de entidade existente em uma versão do aplicativo.
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho e seus filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho e seus filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Um objeto de modelo que contém o nome do novo modelo filho e seus filhos.
- callback
-
ServiceCallback<string>
O retorno de chamada
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options?: RequestOptionsBase): Promise<ModelAddExplicitListItemResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
O novo item de lista explícito.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
O novo item de lista explícito.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<number>
O retorno de chamada
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, callback: ServiceCallback<number>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
O novo item de lista explícito.
- callback
-
ServiceCallback<number>
O retorno de chamada
addIntent(string, string, ModelCreateObject, RequestOptionsBase)
Adiciona uma intenção a uma versão do aplicativo.
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddIntentResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentCreateObject
- ModelCreateObject
Um objeto de modelo que contém o nome da nova intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentCreateObject
- ModelCreateObject
Um objeto de modelo que contém o nome da nova intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
addIntent(string, string, ModelCreateObject, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentCreateObject
- ModelCreateObject
Um objeto de modelo que contém o nome da nova intenção.
- callback
-
ServiceCallback<string>
O retorno de chamada
addPrebuilt(string, string, string[], RequestOptionsBase)
Adiciona uma lista de entidades predefinidas a uma versão do aplicativo.
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options?: RequestOptionsBase): Promise<ModelAddPrebuiltResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltExtractorNames
-
string[]
Uma matriz de nomes de extratores de entidade predefinidos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltExtractorNames
-
string[]
Uma matriz de nomes de extratores de entidade predefinidos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltExtractorNames
-
string[]
Uma matriz de nomes de extratores de entidade predefinidos.
- callback
O retorno de chamada
addSubList(string, string, string, WordListObject, RequestOptionsBase)
Adiciona uma sublista a uma entidade de lista existente em uma versão do aplicativo.
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options?: RequestOptionsBase): Promise<ModelAddSubListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- wordListCreateObject
- WordListObject
Lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- wordListCreateObject
- WordListObject
Lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<number>
O retorno de chamada
addSubList(string, string, string, WordListObject, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, callback: ServiceCallback<number>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- wordListCreateObject
- WordListObject
Lista de palavras.
- callback
-
ServiceCallback<number>
O retorno de chamada
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateClosedListEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCompositeEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCustomPrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateHierarchicalEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- extractorCreateObject
- PatternAnyModelCreateObject
Um objeto de modelo que contém o nome e a lista explícita para o novo extrator de entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelCreatePatternAnyEntityModelResponse>
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- extractorCreateObject
- PatternAnyModelCreateObject
Um objeto de modelo que contém o nome e a lista explícita para o novo extrator de entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- extractorCreateObject
- PatternAnyModelCreateObject
Um objeto de modelo que contém o nome e a lista explícita para o novo extrator de entidade Pattern.Any.
- callback
-
ServiceCallback<string>
O retorno de chamada
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Um objeto de modelo que contém o nome e o padrão regex para o novo extrator de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Um objeto de modelo que contém o nome e o padrão regex para o novo extrator de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Um objeto de modelo que contém o nome e o padrão regex para o novo extrator de entidade de expressão regular.
- callback
-
ServiceCallback<string>
O retorno de chamada
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
-
ServiceCallback<string>
O retorno de chamada
createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do modelo de entidade.
- entityRoleCreateObject
- EntityRoleCreateObject
Um objeto de função de entidade que contém o nome da função.
- callback
-
ServiceCallback<string>
O retorno de chamada
deleteClosedList(string, string, string, RequestOptionsBase)
Exclui um modelo de entidade de lista de uma versão do aplicativo.
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- callback
O retorno de chamada
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteCompositeEntity(string, string, string, RequestOptionsBase)
Exclui uma entidade composta de uma versão do aplicativo.
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- callback
O retorno de chamada
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)
Exclui um filho extrator de entidade composta de uma versão do aplicativo.
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- cChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- cChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- cChildId
-
string
A ID filho do extrator de entidade hierárquica.
- callback
O retorno de chamada
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)
Exclui os modelos de um domínio predefinido em uma versão do aplicativo.
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomPrebuiltDomainResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- domainName
-
string
Nome de domínio.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelDeleteCustomPrebuiltDomainResponse>
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- domainName
-
string
Nome de domínio.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- domainName
-
string
Nome de domínio.
- callback
O retorno de chamada
deleteEntity(string, string, string, RequestOptionsBase)
Exclui uma entidade ou um filho de uma versão do aplicativo.
function deleteEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- callback
O retorno de chamada
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Exclui uma relação das relações de recursos usadas pela entidade em uma versão do aplicativo.
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteEntityFeatureResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- callback
O retorno de chamada
deleteEntityRole(string, string, string, string, RequestOptionsBase)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteExplicitListItem(string, string, string, number, RequestOptionsBase)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelDeleteExplicitListItemResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade pattern.any.
- itemId
-
number
O item de lista explícito que será excluído.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade pattern.any.
- itemId
-
number
O item de lista explícito que será excluído.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade pattern.any.
- itemId
-
number
O item de lista explícito que será excluído.
- callback
O retorno de chamada
deleteHierarchicalEntity(string, string, string, RequestOptionsBase)
Exclui uma entidade hierárquica de uma versão do aplicativo.
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelDeleteHierarchicalEntityResponse>
deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- callback
O retorno de chamada
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Exclui um filho extrator de entidade hierárquica em uma versão do aplicativo.
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- callback
O retorno de chamada
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)
Exclui uma intenção de uma versão do aplicativo.
function deleteIntent(appId: string, versionId: string, intentId: string, options?: ModelDeleteIntentOptionalParams): Promise<ModelDeleteIntentResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- ModelDeleteIntentOptionalParams
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- ModelDeleteIntentOptionalParams
Os parâmetros opcionais
- callback
O retorno de chamada
deleteIntent(string, string, string, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- callback
O retorno de chamada
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Exclui uma relação das relações de recursos usadas pela intenção em uma versão do aplicativo.
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteIntentFeatureResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationDeleteObject
- ModelFeatureInformation
Um objeto de informações de recurso que contém a relação de recurso a ser excluída.
- callback
O retorno de chamada
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelDeletePatternAnyEntityModelResponse>
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- callback
O retorno de chamada
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deletePrebuilt(string, string, string, RequestOptionsBase)
Exclui um extrator de entidade predefinido de uma versão do aplicativo.
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- callback
O retorno de chamada
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteRegexEntityModel(string, string, string, RequestOptionsBase)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- callback
O retorno de chamada
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- callback
O retorno de chamada
deleteSubList(string, string, string, number, RequestOptionsBase)
Exclui uma sublista de um modelo de entidade de lista específico de uma versão do aplicativo.
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options?: RequestOptionsBase): Promise<ModelDeleteSubListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- callback
O retorno de chamada
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)
Obtém os enunciados de exemplo para o modelo de intenção ou entidade fornecido em uma versão do aplicativo.
function examplesMethod(appId: string, versionId: string, modelId: string, options?: ModelExamplesMethodOptionalParams): Promise<ModelExamplesMethodResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- modelId
-
string
A ID (GUID) do modelo.
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- modelId
-
string
A ID (GUID) do modelo.
Os parâmetros opcionais
- callback
O retorno de chamada
examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, callback: ServiceCallback<LabelTextObject[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- modelId
-
string
A ID (GUID) do modelo.
- callback
O retorno de chamada
getClosedList(string, string, string, RequestOptionsBase)
Obtém informações sobre uma entidade de lista em uma versão do aplicativo.
function getClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<ClosedListEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- callback
O retorno de chamada
getClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getCompositeEntity(string, string, string, RequestOptionsBase)
Obtém informações sobre uma entidade composta em uma versão do aplicativo.
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<CompositeEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- callback
O retorno de chamada
getCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getCustomEntityRole(string, string, string, string, RequestOptionsBase)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCustomEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getEntity(string, string, string, RequestOptionsBase)
Obtém informações sobre um modelo de entidade em uma versão do aplicativo.
function getEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<NDepthEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- callback
O retorno de chamada
getEntityFeatures(string, string, string, RequestOptionsBase)
Obtém as informações dos recursos usados pela entidade em uma versão do aplicativo.
function getEntityFeatures(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityFeaturesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- callback
O retorno de chamada
getEntityRole(string, string, string, string, RequestOptionsBase)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getExplicitList(string, string, string, RequestOptionsBase)
function getExplicitList(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetExplicitListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ExplicitListItem[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- callback
O retorno de chamada
getExplicitListItem(string, string, string, number, RequestOptionsBase)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelGetExplicitListItemResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- itemId
-
number
A ID do item de lista explícita.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- itemId
-
number
A ID do item de lista explícita.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade Pattern.Any.
- itemId
-
number
A ID do item de lista explícita.
- callback
O retorno de chamada
getHierarchicalEntity(string, string, string, RequestOptionsBase)
Obtém informações sobre uma entidade hierárquica em uma versão do aplicativo.
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<HierarchicalEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- callback
O retorno de chamada
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Obtém informações sobre o modelo filho contido em um modelo filho de entidade hierárquica em uma versão do aplicativo.
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<HierarchicalChildEntity>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- callback
O retorno de chamada
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getIntent(string, string, string, RequestOptionsBase)
Obtém informações sobre o modelo de intenção em uma versão do aplicativo.
function getIntent(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getIntent(string, string, string, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentClassifier>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- callback
O retorno de chamada
getIntentFeatures(string, string, string, RequestOptionsBase)
Obtém as informações dos recursos usados pela intenção em uma versão do aplicativo.
function getIntentFeatures(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentFeaturesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- callback
O retorno de chamada
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityInfoResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, callback: ServiceCallback<PatternAnyEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- callback
O retorno de chamada
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getPrebuilt(string, string, string, RequestOptionsBase)
Obtém informações sobre um modelo de entidade predefinido em uma versão do aplicativo.
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<PrebuiltEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- prebuiltId
-
string
A ID do extrator de entidade predefinida.
- callback
O retorno de chamada
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityEntityInfoResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do modelo de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelGetRegexEntityEntityInfoResponse>
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<RegexEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do modelo de entidade de expressão regular.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<RegexEntityExtractor>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do modelo de entidade de expressão regular.
- callback
O retorno de chamada
getRegexEntityRole(string, string, string, string, RequestOptionsBase)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade.
- roleId
-
string
ID da função de entidade.
- callback
O retorno de chamada
listClosedListEntityRoles(string, string, string, RequestOptionsBase)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListClosedListEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListClosedListEntityRolesResponse>
listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
listClosedLists(string, string, ModelListClosedListsOptionalParams)
Obtém informações sobre todos os modelos de entidade de lista em uma versão do aplicativo.
function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
Retornos
Promise<ModelListClosedListsResponse>
Modelos de Promessa.ModelListClosedListsResponse<>
listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, options: ModelListClosedListsOptionalParams, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
- callback
O retorno de chamada
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)
Obtém informações sobre todos os modelos de entidade composta em uma versão do aplicativo.
function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
Retornos
Promise<ModelListCompositeEntitiesResponse>
Promise<Models.ModelListCompositeEntitiesResponse>
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, options: ModelListCompositeEntitiesOptionalParams, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
- callback
O retorno de chamada
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listCompositeEntityRoles(string, string, string, RequestOptionsBase)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelListCompositeEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListCompositeEntityRolesResponse>
listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- callback
O retorno de chamada
listCustomPrebuiltEntities(string, string, RequestOptionsBase)
Obtém todas as entidades predefinidas usadas em uma versão do aplicativo.
function listCustomPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntitiesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListCustomPrebuiltEntitiesResponse>
listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListCustomPrebuiltEntityRolesResponse>
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
listCustomPrebuiltIntents(string, string, RequestOptionsBase)
Obtém informações sobre intenções predefinidas personalizáveis adicionadas a uma versão do aplicativo.
function listCustomPrebuiltIntents(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltIntentsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListCustomPrebuiltIntentsResponse>
listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listCustomPrebuiltModels(string, string, RequestOptionsBase)
Obtém todas as informações predefinidas de intenção e modelo de entidade usadas em uma versão deste aplicativo.
function listCustomPrebuiltModels(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltModelsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListCustomPrebuiltModelsResponse>
listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listEntities(string, string, ModelListEntitiesOptionalParams)
Obtém informações sobre todos os modelos de entidade simples em uma versão do aplicativo.
function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListEntitiesOptionalParams
Os parâmetros opcionais
Retornos
Promise<ModelListEntitiesResponse>
Promise<Models.ModelListEntitiesResponse>
listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListEntitiesOptionalParams
Os parâmetros opcionais
- callback
O retorno de chamada
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listEntityRoles(string, string, string, RequestOptionsBase)
function listEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)
Obtenha enunciados de exemplo sugeridos que melhorariam a precisão do modelo de entidade em uma versão do aplicativo.
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options?: ModelListEntitySuggestionsOptionalParams): Promise<ModelListEntitySuggestionsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O modelo de extrator de entidade de destino a ser aperfeiçoado.
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O modelo de extrator de entidade de destino a ser aperfeiçoado.
Os parâmetros opcionais
- callback
O retorno de chamada
listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntitiesSuggestionExample[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O modelo de extrator de entidade de destino a ser aperfeiçoado.
- callback
O retorno de chamada
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)
Obtém informações sobre todos os modelos de entidade hierárquica em uma versão do aplicativo.
function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
Retornos
Promise<Models.ModelListHierarchicalEntitiesResponse>
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, options: ModelListHierarchicalEntitiesOptionalParams, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
- callback
O retorno de chamada
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelListHierarchicalEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListHierarchicalEntityRolesResponse>
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- callback
O retorno de chamada
listIntents(string, string, ModelListIntentsOptionalParams)
Obtém informações sobre os modelos de intenção em uma versão do aplicativo.
function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListIntentsOptionalParams
Os parâmetros opcionais
Retornos
Promise<ModelListIntentsResponse>
Modelos de Promessa.ModelListIntentsResponse<>
listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListIntentsOptionalParams
Os parâmetros opcionais
- callback
O retorno de chamada
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)
Sugere enunciados de exemplo que melhorariam a precisão do modelo de intenção em uma versão do aplicativo.
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options?: ModelListIntentSuggestionsOptionalParams): Promise<ModelListIntentSuggestionsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
Os parâmetros opcionais
- callback
O retorno de chamada
listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentsSuggestionExample[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- callback
O retorno de chamada
listModels(string, string, ModelListModelsOptionalParams)
Obtém informações sobre todos os modelos de intenção e entidade em uma versão do aplicativo.
function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListModelsOptionalParams
Os parâmetros opcionais
Retornos
Promise<ModelListModelsResponse>
Modelos de Promessa.ModelListModelsResponse<>
listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListModelsOptionalParams
Os parâmetros opcionais
- callback
O retorno de chamada
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
Retornos
Promise<Models.ModelListPatternAnyEntityInfosResponse>
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, options: ModelListPatternAnyEntityInfosOptionalParams, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
- callback
O retorno de chamada
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPatternAnyEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<Models.ModelListPatternAnyEntityRolesResponse>
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
listPrebuiltEntities(string, string, RequestOptionsBase)
Obtém todas as entidades predefinidas disponíveis em uma versão do aplicativo.
function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
Promise<ModelListPrebuiltEntitiesResponse>
Promise<Models.ModelListPrebuiltEntitiesResponse>
listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)
Obtém informações sobre todas as entidades predefinidas em uma versão do aplicativo.
function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListPrebuiltsOptionalParams
Os parâmetros opcionais
Retornos
Promise<ModelListPrebuiltsResponse>
Promise<Models.ModelListPrebuiltsResponse>
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- options
- ModelListPrebuiltsOptionalParams
Os parâmetros opcionais
- callback
O retorno de chamada
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
Retornos
Promise<ModelListRegexEntityInfosResponse>
Promise<Models.ModelListRegexEntityInfosResponse>
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, options: ModelListRegexEntityInfosOptionalParams, callback: ServiceCallback<RegexEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
Os parâmetros opcionais
- callback
O retorno de chamada
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- callback
O retorno de chamada
listRegexEntityRoles(string, string, string, RequestOptionsBase)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListRegexEntityRolesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
ID da entidade
- callback
O retorno de chamada
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)
Adiciona um lote de sublistes a uma entidade de lista existente em uma versão do aplicativo.
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options?: RequestOptionsBase): Promise<ModelPatchClosedListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- closedListModelPatchObject
- ClosedListModelPatchObject
Um lote de lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- closedListModelPatchObject
- ClosedListModelPatchObject
Um lote de lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de entidade de lista.
- closedListModelPatchObject
- ClosedListModelPatchObject
Um lote de lista de palavras.
- callback
O retorno de chamada
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Atualizações as informações dos recursos usados pela entidade em uma versão do aplicativo.
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- callback
O retorno de chamada
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Atualizações as informações dos recursos usados pela intenção em uma versão do aplicativo.
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceIntentFeaturesResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- featureRelationsUpdateObject
Uma lista de objetos de informações de recurso que contêm as novas relações de recursos.
- callback
O retorno de chamada
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)
Atualizações a entidade de lista em uma versão do aplicativo.
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
O novo nome da entidade de lista e a lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
O novo nome da entidade de lista e a lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do modelo de lista.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
O novo nome da entidade de lista e a lista de palavras.
- callback
O retorno de chamada
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)
Atualizações uma entidade composta em uma versão do aplicativo.
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeModelUpdateObject
- CompositeEntityModel
Um objeto de modelo que contém o novo nome do extrator de entidade e os filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeModelUpdateObject
- CompositeEntityModel
Um objeto de modelo que contém o novo nome do extrator de entidade e os filhos.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- compositeModelUpdateObject
- CompositeEntityModel
Um objeto de modelo que contém o novo nome do extrator de entidade e os filhos.
- callback
O retorno de chamada
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- cEntityId
-
string
A ID do extrator de entidade composta.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCustomPrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)
Atualizações o nome de um extrator de entidade ou o nome e o modelo instanceOf de um extrator de entidade filho.
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- entityModelUpdateObject
- EntityModelUpdateObject
Um objeto de modelo que contém o nome novo extrator de entidade ou o nome e a instância do modelo de um extrator de entidade filho
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- entityModelUpdateObject
- EntityModelUpdateObject
Um objeto de modelo que contém o nome novo extrator de entidade ou o nome e a instância do modelo de um extrator de entidade filho
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
O extrator de entidade ou a ID do extrator de entidade filho.
- entityModelUpdateObject
- EntityModelUpdateObject
Um objeto de modelo que contém o nome novo extrator de entidade ou o nome e a instância do modelo de um extrator de entidade filho
- callback
O retorno de chamada
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- itemId
-
number
A ID explícita do item de lista.
O novo item de lista explícito.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- itemId
-
number
A ID explícita do item de lista.
O novo item de lista explícito.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- itemId
-
number
A ID explícita do item de lista.
O novo item de lista explícito.
- callback
O retorno de chamada
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)
Atualizações o nome de um modelo de entidade hierárquica em uma versão do aplicativo.
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- modelUpdateObject
- ModelUpdateObject
Modelo que contém nomes da entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- modelUpdateObject
- ModelUpdateObject
Modelo que contém nomes da entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- modelUpdateObject
- ModelUpdateObject
Modelo que contém nomes da entidade hierárquica.
- callback
O retorno de chamada
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)
Renomeia um único filho em um modelo de entidade hierárquica existente em uma versão do aplicativo.
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityChildResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Objeto de modelo que contém o novo nome do filho da entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Objeto de modelo que contém o novo nome do filho da entidade hierárquica.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- hChildId
-
string
A ID filho do extrator de entidade hierárquica.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Objeto de modelo que contém o novo nome do filho da entidade hierárquica.
- callback
O retorno de chamada
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- hEntityId
-
string
A ID do extrator de entidade hierárquica.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)
Atualizações o nome de uma intenção em uma versão do aplicativo.
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateIntentResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- modelUpdateObject
- ModelUpdateObject
Um objeto de modelo que contém o novo nome da intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- modelUpdateObject
- ModelUpdateObject
Um objeto de modelo que contém o novo nome da intenção.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- intentId
-
string
A ID do classificador de intenção.
- modelUpdateObject
- ModelUpdateObject
Um objeto de modelo que contém o novo nome da intenção.
- callback
O retorno de chamada
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Um objeto que contém a lista explícita da entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Um objeto que contém a lista explícita da entidade Pattern.Any.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID do extrator de entidade Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Um objeto que contém a lista explícita da entidade Pattern.Any.
- callback
O retorno de chamada
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePrebuiltEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityModelResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- regexEntityUpdateObject
- RegexModelUpdateObject
Um objeto que contém o novo nome da entidade e o padrão regex.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- regexEntityUpdateObject
- RegexModelUpdateObject
Um objeto que contém o novo nome da entidade e o padrão regex.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- regexEntityId
-
string
A ID do extrator de entidade de expressão regular.
- regexEntityUpdateObject
- RegexModelUpdateObject
Um objeto que contém o novo nome da entidade e o padrão regex.
- callback
O retorno de chamada
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- entityId
-
string
A ID da entidade.
- roleId
-
string
A ID da função de entidade.
- entityRoleUpdateObject
- EntityRoleUpdateObject
A nova função de entidade.
- callback
O retorno de chamada
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)
Atualizações uma das sublistes da entidade de lista em uma versão do aplicativo.
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateSubListResponse>
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Um objeto de atualização de sublist que contém o novo formulário canônico e a lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
Retornos
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>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Um objeto de atualização de sublist que contém o novo formulário canônico e a lista de palavras.
- options
- RequestOptionsBase
Os parâmetros opcionais
- callback
O retorno de chamada
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)
Parâmetros
- appId
-
string
A ID do aplicativo.
- versionId
-
string
A ID da versão.
- clEntityId
-
string
A ID do extrator de entidade de lista.
- subListId
-
number
A ID da sublista.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Um objeto de atualização de sublist que contém o novo formulário canônico e a lista de palavras.
- callback
O retorno de chamada