Model class
Klasa reprezentująca model.
Konstruktory
Model(LUISAuthoring |
Utwórz model. |
Metody
Szczegóły konstruktora
Model(LUISAuthoringClientContext)
Utwórz model.
new Model(client: LUISAuthoringClientContext)
Parametry
- client
- LUISAuthoringClientContext
Odwołanie do klienta usługi.
Szczegóły metody
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)
Dodaje model jednostki listy do wersji aplikacji.
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddClosedListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- closedListModelCreateObject
- ClosedListModelCreateObject
Model zawierający nazwę i wyrazy dla nowego wyodrębniającego jednostkę listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- closedListModelCreateObject
- ClosedListModelCreateObject
Model zawierający nazwę i wyrazy dla nowego wyodrębniającego jednostkę listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- closedListModelCreateObject
- ClosedListModelCreateObject
Model zawierający nazwę i wyrazy dla nowego wyodrębniającego jednostkę listy.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)
Tworzy pojedyncze dziecko w istniejącym modelu jednostki złożonej w wersji aplikacji.
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCompositeEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Obiekt modelu zawierający nazwę nowego złożonego modelu podrzędnego.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Obiekt modelu zawierający nazwę nowego złożonego modelu podrzędnego.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeChildModelCreateObject
- CompositeChildModelCreateObject
Obiekt modelu zawierający nazwę nowego złożonego modelu podrzędnego.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)
Dodaje wstępnie skompilowaną domenę z możliwością dostosowywania wraz ze wszystkimi jej intencjami i modelami jednostek w wersji aplikacji.
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltDomainResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Wstępnie utworzona domena tworzy obiekt zawierający nazwę domeny.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Wstępnie utworzona domena tworzy obiekt zawierający nazwę domeny.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string[]>
Wywołanie zwrotne
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, callback: ServiceCallback<string[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainObject
- PrebuiltDomainCreateBaseObject
Wstępnie utworzona domena tworzy obiekt zawierający nazwę domeny.
- callback
-
ServiceCallback<string[]>
Wywołanie zwrotne
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Dodaje wstępnie utworzony model jednostki do wersji aplikacji.
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej jednostki i nazwę domeny, do której należy ten model.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej jednostki i nazwę domeny, do której należy ten model.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej jednostki i nazwę domeny, do której należy ten model.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)
Dodaje dostosowywalny wstępnie utworzony model intencji do wersji aplikacji.
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltIntentResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej intencji do dostosowania oraz nazwę domeny, do której należy ten model.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej intencji do dostosowania oraz nazwę domeny, do której należy ten model.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltDomainModelCreateObject
- PrebuiltDomainModelCreateObject
Obiekt modelu zawierający nazwę wstępnie utworzonej intencji do dostosowania oraz nazwę domeny, do której należy ten model.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)
Dodaje moduł wyodrębniania jednostek do wersji aplikacji.
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityModelCreateObject
- EntityModelCreateObject
Obiekt modelu zawierający nazwę nowej jednostki wyodrębniającej i jej elementy podrzędne.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityModelCreateObject
- EntityModelCreateObject
Obiekt modelu zawierający nazwę nowego ekstraktora jednostki i jego elementów podrzędnych.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityModelCreateObject
- EntityModelCreateObject
Obiekt modelu zawierający nazwę nowego ekstraktora jednostki i jego elementów podrzędnych.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)
Tworzy pojedynczy element podrzędny w istniejącej hierarchii modelu jednostek w wersji aplikacji.
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Obiekt modelu zawierający nazwę nowego modelu podrzędnego i jego elementów podrzędnych.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Obiekt modelu zawierający nazwę nowego modelu podrzędnego i jego elementów podrzędnych.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- childEntityModelCreateObject
- ChildEntityModelCreateObject
Obiekt modelu zawierający nazwę nowego modelu podrzędnego i jego elementów podrzędnych.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options?: RequestOptionsBase): Promise<ModelAddExplicitListItemResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
Nowy jawny element listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
Nowy jawny element listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<number>
Wywołanie zwrotne
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, callback: ServiceCallback<number>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
Nowy jawny element listy.
- callback
-
ServiceCallback<number>
Wywołanie zwrotne
addIntent(string, string, ModelCreateObject, RequestOptionsBase)
Dodaje intencję do wersji aplikacji.
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddIntentResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentCreateObject
- ModelCreateObject
Obiekt modelu zawierający nazwę nowej intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentCreateObject
- ModelCreateObject
Obiekt modelu zawierający nazwę nowej intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addIntent(string, string, ModelCreateObject, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentCreateObject
- ModelCreateObject
Obiekt modelu zawierający nazwę nowej intencji.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
addPrebuilt(string, string, string[], RequestOptionsBase)
Dodaje listę wstępnie utworzonych jednostek do wersji aplikacji.
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options?: RequestOptionsBase): Promise<ModelAddPrebuiltResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltExtractorNames
-
string[]
Tablica wstępnie utworzonych nazw modułów wyodrębniania jednostek.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltExtractorNames
-
string[]
Tablica wstępnie utworzonych nazw modułów wyodrębniania jednostek.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltExtractorNames
-
string[]
Tablica wstępnie utworzonych nazw modułów wyodrębniania jednostek.
- callback
Wywołanie zwrotne
addSubList(string, string, string, WordListObject, RequestOptionsBase)
Dodaje listę podrzędną do istniejącej jednostki listy w wersji aplikacji.
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options?: RequestOptionsBase): Promise<ModelAddSubListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- wordListCreateObject
- WordListObject
Lista wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- wordListCreateObject
- WordListObject
Lista wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<number>
Wywołanie zwrotne
addSubList(string, string, string, WordListObject, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, callback: ServiceCallback<number>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- wordListCreateObject
- WordListObject
Lista wyrazów.
- callback
-
ServiceCallback<number>
Wywołanie zwrotne
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateClosedListEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCompositeEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCustomPrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateHierarchicalEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- extractorCreateObject
- PatternAnyModelCreateObject
Obiekt modelu zawierający nazwę i jawną listę dla nowego ekstraktora jednostek Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelCreatePatternAnyEntityModelResponse>
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- extractorCreateObject
- PatternAnyModelCreateObject
Obiekt modelu zawierający nazwę i jawną listę dla nowego ekstraktora jednostek Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)
function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- extractorCreateObject
- PatternAnyModelCreateObject
Obiekt modelu zawierający nazwę i jawną listę dla nowego ekstraktora jednostek Pattern.Any.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Obiekt modelu zawierający nazwę i wzorzec regex dla nowego wyodrębniającego jednostkę wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Obiekt modelu zawierający nazwę i wzorzec regex dla nowego wyodrębniającego jednostkę wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityExtractorCreateObj
- RegexModelCreateObject
Obiekt modelu zawierający nazwę i wzorzec regex dla nowego wyodrębniającego jednostkę wyrażenia regularnego.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator modelu jednostki.
- entityRoleCreateObject
- EntityRoleCreateObject
Obiekt roli jednostki zawierający nazwę roli.
- callback
-
ServiceCallback<string>
Wywołanie zwrotne
deleteClosedList(string, string, string, RequestOptionsBase)
Usuwa model jednostki listy z wersji aplikacji.
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- callback
Wywołanie zwrotne
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteCompositeEntity(string, string, string, RequestOptionsBase)
Usuwa jednostkę złożoną z wersji aplikacji.
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- callback
Wywołanie zwrotne
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)
Usuwa element podrzędny modułu wyodrębniania jednostki złożonej z wersji aplikacji.
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- cChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- cChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- cChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- callback
Wywołanie zwrotne
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)
Usuwa wstępnie utworzone modele domeny w wersji aplikacji.
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomPrebuiltDomainResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- domainName
-
string
Nazwa domeny.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelDeleteCustomPrebuiltDomainResponse>
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- domainName
-
string
Nazwa domeny.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- domainName
-
string
Nazwa domeny.
- callback
Wywołanie zwrotne
deleteEntity(string, string, string, RequestOptionsBase)
Usuwa jednostkę lub element podrzędny z wersji aplikacji.
function deleteEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- callback
Wywołanie zwrotne
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Usuwa relację z relacji funkcji używanych przez jednostkę w wersji aplikacji.
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteEntityFeatureResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- callback
Wywołanie zwrotne
deleteEntityRole(string, string, string, string, RequestOptionsBase)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteExplicitListItem(string, string, string, number, RequestOptionsBase)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelDeleteExplicitListItemResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki pattern.any.
- itemId
-
number
Jawny element listy, który zostanie usunięty.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki pattern.any.
- itemId
-
number
Jawny element listy, który zostanie usunięty.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki pattern.any.
- itemId
-
number
Jawny element listy, który zostanie usunięty.
- callback
Wywołanie zwrotne
deleteHierarchicalEntity(string, string, string, RequestOptionsBase)
Usuwa jednostkę hierarchiczną z wersji aplikacji.
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelDeleteHierarchicalEntityResponse>
deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- callback
Wywołanie zwrotne
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Usuwa element podrzędny obiektu wyodrębniającego jednostki hierarchicznej w wersji aplikacji.
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- callback
Wywołanie zwrotne
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)
Usuwa intencję z wersji aplikacji.
function deleteIntent(appId: string, versionId: string, intentId: string, options?: ModelDeleteIntentOptionalParams): Promise<ModelDeleteIntentResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- ModelDeleteIntentOptionalParams
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- ModelDeleteIntentOptionalParams
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteIntent(string, string, string, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- callback
Wywołanie zwrotne
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)
Usuwa relację z relacji funkcji używanych przez intencję w wersji aplikacji.
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteIntentFeatureResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationDeleteObject
- ModelFeatureInformation
Obiekt informacji o funkcji zawierający relację funkcji do usunięcia.
- callback
Wywołanie zwrotne
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelDeletePatternAnyEntityModelResponse>
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- callback
Wywołanie zwrotne
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deletePrebuilt(string, string, string, RequestOptionsBase)
Usuwa wstępnie utworzony moduł wyodrębniania jednostek z wersji aplikacji.
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Wstępnie utworzony identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Wstępnie utworzony identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Wstępnie utworzony identyfikator wyodrębniającego jednostki.
- callback
Wywołanie zwrotne
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteRegexEntityModel(string, string, string, RequestOptionsBase)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostkę wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostkę wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostkę wyrażenia regularnego.
- callback
Wywołanie zwrotne
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- callback
Wywołanie zwrotne
deleteSubList(string, string, string, number, RequestOptionsBase)
Usuwa listę podrzędną określonego modelu jednostki listy z wersji aplikacji.
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options?: RequestOptionsBase): Promise<ModelDeleteSubListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- callback
Wywołanie zwrotne
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)
Pobiera przykładowe wypowiedzi dla danej intencji lub modelu jednostki w wersji aplikacji.
function examplesMethod(appId: string, versionId: string, modelId: string, options?: ModelExamplesMethodOptionalParams): Promise<ModelExamplesMethodResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- modelId
-
string
Identyfikator (GUID) modelu.
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- modelId
-
string
Identyfikator (GUID) modelu.
Parametry opcjonalne
- callback
Wywołanie zwrotne
examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, callback: ServiceCallback<LabelTextObject[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- modelId
-
string
Identyfikator (GUID) modelu.
- callback
Wywołanie zwrotne
getClosedList(string, string, string, RequestOptionsBase)
Pobiera informacje o jednostce listy w wersji aplikacji.
function getClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<ClosedListEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- callback
Wywołanie zwrotne
getClosedListEntityRole(string, string, string, string, RequestOptionsBase)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getCompositeEntity(string, string, string, RequestOptionsBase)
Pobiera informacje o jednostce złożonej w wersji aplikacji.
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<CompositeEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- callback
Wywołanie zwrotne
getCompositeEntityRole(string, string, string, string, RequestOptionsBase)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getCustomEntityRole(string, string, string, string, RequestOptionsBase)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCustomEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getEntity(string, string, string, RequestOptionsBase)
Pobiera informacje o modelu jednostki w wersji aplikacji.
function getEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<NDepthEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- callback
Wywołanie zwrotne
getEntityFeatures(string, string, string, RequestOptionsBase)
Pobiera informacje o funkcjach używanych przez jednostkę w wersji aplikacji.
function getEntityFeatures(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityFeaturesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- callback
Wywołanie zwrotne
getEntityRole(string, string, string, string, RequestOptionsBase)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getExplicitList(string, string, string, RequestOptionsBase)
function getExplicitList(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetExplicitListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ExplicitListItem[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- callback
Wywołanie zwrotne
getExplicitListItem(string, string, string, number, RequestOptionsBase)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelGetExplicitListItemResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
- callback
Wywołanie zwrotne
getHierarchicalEntity(string, string, string, RequestOptionsBase)
Pobiera informacje o jednostce hierarchicznej w wersji aplikacji.
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<HierarchicalEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- callback
Wywołanie zwrotne
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)
Pobiera informacje o modelu podrzędnym zawartym w modelu podrzędnym jednostki hierarchicznej w wersji aplikacji.
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)
function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<HierarchicalChildEntity>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającego jednostki hierarchicznej.
- callback
Wywołanie zwrotne
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getIntent(string, string, string, RequestOptionsBase)
Pobiera informacje o modelu intencji w wersji aplikacji.
function getIntent(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getIntent(string, string, string, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentClassifier>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- callback
Wywołanie zwrotne
getIntentFeatures(string, string, string, RequestOptionsBase)
Pobiera informacje o funkcjach używanych przez intencję w wersji aplikacji.
function getIntentFeatures(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentFeaturesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, callback: ServiceCallback<ModelFeatureInformation[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- callback
Wywołanie zwrotne
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityInfoResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, callback: ServiceCallback<PatternAnyEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- callback
Wywołanie zwrotne
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getPrebuilt(string, string, string, RequestOptionsBase)
Pobiera informacje o wstępnie utworzonym modelu jednostki w wersji aplikacji.
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Identyfikator wstępnie utworzonej jednostki wyodrębniającej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Identyfikator wstępnie utworzonej jednostki wyodrębniającej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<PrebuiltEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- prebuiltId
-
string
Identyfikator wstępnie utworzonej jednostki wyodrębniającej.
- callback
Wywołanie zwrotne
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityEntityInfoResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator modelu jednostki wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelGetRegexEntityEntityInfoResponse>
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<RegexEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator modelu jednostki wyrażenia regularnego.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)
function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<RegexEntityExtractor>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator modelu jednostki wyrażenia regularnego.
- callback
Wywołanie zwrotne
getRegexEntityRole(string, string, string, string, RequestOptionsBase)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki.
- roleId
-
string
identyfikator roli jednostki.
- callback
Wywołanie zwrotne
listClosedListEntityRoles(string, string, string, RequestOptionsBase)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListClosedListEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListClosedListEntityRolesResponse>
listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
listClosedLists(string, string, ModelListClosedListsOptionalParams)
Pobiera informacje o wszystkich modelach jednostek listy w wersji aplikacji.
function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
Zwraca
Promise<ModelListClosedListsResponse>
Promise<Models.ModelListClosedListsResponse>
listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, options: ModelListClosedListsOptionalParams, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)
Pobiera informacje o wszystkich modelach jednostek złożonych w wersji aplikacji.
function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
Zwraca
Promise<ModelListCompositeEntitiesResponse>
Promise<Models.ModelListCompositeEntitiesResponse>
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, options: ModelListCompositeEntitiesOptionalParams, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listCompositeEntityRoles(string, string, string, RequestOptionsBase)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelListCompositeEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListCompositeEntityRolesResponse>
listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- callback
Wywołanie zwrotne
listCustomPrebuiltEntities(string, string, RequestOptionsBase)
Pobiera wszystkie wstępnie utworzone jednostki używane w wersji aplikacji.
function listCustomPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntitiesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListCustomPrebuiltEntitiesResponse>
listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListCustomPrebuiltEntityRolesResponse>
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
listCustomPrebuiltIntents(string, string, RequestOptionsBase)
Pobiera informacje o wstępnie utworzonych intencjach dodawanych do wersji aplikacji.
function listCustomPrebuiltIntents(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltIntentsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListCustomPrebuiltIntentsResponse>
listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listCustomPrebuiltModels(string, string, RequestOptionsBase)
Pobiera wszystkie wstępnie utworzone informacje o intencji i modelu jednostki używane w wersji tej aplikacji.
function listCustomPrebuiltModels(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltModelsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListCustomPrebuiltModelsResponse>
listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listEntities(string, string, ModelListEntitiesOptionalParams)
Pobiera informacje o wszystkich prostych modelach jednostek w wersji aplikacji.
function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListEntitiesOptionalParams
Parametry opcjonalne
Zwraca
Promise<ModelListEntitiesResponse>
Promise<Models.ModelListEntitiesResponse>
listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListEntitiesOptionalParams
Parametry opcjonalne
- callback
Wywołanie zwrotne
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listEntityRoles(string, string, string, RequestOptionsBase)
function listEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)
Pobierz sugerowane przykładowe wypowiedzi, które poprawiłyby dokładność modelu jednostki w wersji aplikacji.
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options?: ModelListEntitySuggestionsOptionalParams): Promise<ModelListEntitySuggestionsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Docelowy model wyodrębniania jednostek w celu ulepszenia.
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Docelowy model wyodrębniania jednostek w celu ulepszenia.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntitiesSuggestionExample[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Docelowy model wyodrębniania jednostek w celu ulepszenia.
- callback
Wywołanie zwrotne
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)
Pobiera informacje o wszystkich hierarchicznych modelach jednostek w wersji aplikacji.
function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
Zwraca
Promise<Models.ModelListHierarchicalEntitiesResponse>
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, options: ModelListHierarchicalEntitiesOptionalParams, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelListHierarchicalEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListHierarchicalEntityRolesResponse>
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- callback
Wywołanie zwrotne
listIntents(string, string, ModelListIntentsOptionalParams)
Pobiera informacje o modelach intencji w wersji aplikacji.
function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListIntentsOptionalParams
Parametry opcjonalne
Zwraca
Promise<ModelListIntentsResponse>
Promise<Models.ModelListIntentsResponse>
listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListIntentsOptionalParams
Parametry opcjonalne
- callback
Wywołanie zwrotne
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)
Sugeruje przykładowe wypowiedzi, które poprawiłyby dokładność modelu intencji w wersji aplikacji.
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options?: ModelListIntentSuggestionsOptionalParams): Promise<ModelListIntentSuggestionsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentsSuggestionExample[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- callback
Wywołanie zwrotne
listModels(string, string, ModelListModelsOptionalParams)
Pobiera informacje o wszystkich modelach intencji i jednostek w wersji aplikacji.
function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListModelsOptionalParams
Parametry opcjonalne
Zwraca
Promise<ModelListModelsResponse>
Promise<Models.ModelListModelsResponse>
listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListModelsOptionalParams
Parametry opcjonalne
- callback
Wywołanie zwrotne
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
Zwraca
Promise<Models.ModelListPatternAnyEntityInfosResponse>
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, options: ModelListPatternAnyEntityInfosOptionalParams, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPatternAnyEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<Models.ModelListPatternAnyEntityRolesResponse>
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
listPrebuiltEntities(string, string, RequestOptionsBase)
Pobiera wszystkie dostępne wstępnie utworzone jednostki w wersji aplikacji.
function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
Promise<ModelListPrebuiltEntitiesResponse>
Promise<Models.ModelListPrebuiltEntitiesResponse>
listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)
Pobiera informacje o wszystkich wstępnie utworzonych jednostkach w wersji aplikacji.
function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListPrebuiltsOptionalParams
Parametry opcjonalne
Zwraca
Promise<ModelListPrebuiltsResponse>
Promise<Models.ModelListPrebuiltsResponse>
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- options
- ModelListPrebuiltsOptionalParams
Parametry opcjonalne
- callback
Wywołanie zwrotne
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
Zwraca
Promise<ModelListRegexEntityInfosResponse>
Promise<Models.ModelListRegexEntityInfosResponse>
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, options: ModelListRegexEntityInfosOptionalParams, callback: ServiceCallback<RegexEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
Parametry opcjonalne
- callback
Wywołanie zwrotne
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- callback
Wywołanie zwrotne
listRegexEntityRoles(string, string, string, RequestOptionsBase)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListRegexEntityRolesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
identyfikator jednostki
- callback
Wywołanie zwrotne
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)
Dodaje partię podlist do istniejącej jednostki listy w wersji aplikacji.
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options?: RequestOptionsBase): Promise<ModelPatchClosedListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- closedListModelPatchObject
- ClosedListModelPatchObject
Lista wyrazów wsadowych.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- closedListModelPatchObject
- ClosedListModelPatchObject
Lista wyrazów wsadowych.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu jednostki listy.
- closedListModelPatchObject
- ClosedListModelPatchObject
Lista wyrazów wsadowych.
- callback
Wywołanie zwrotne
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Aktualizacje informacje o funkcjach używanych przez jednostkę w wersji aplikacji.
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- callback
Wywołanie zwrotne
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
Aktualizacje informacje o funkcjach używanych przez intencję w wersji aplikacji.
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceIntentFeaturesResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- featureRelationsUpdateObject
Lista obiektów informacji o funkcjach zawierających nowe relacje funkcji.
- callback
Wywołanie zwrotne
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)
Aktualizacje jednostkę listy w wersji aplikacji.
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
Nowa nazwa jednostki listy i listy wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
Nowa nazwa jednostki listy i listy wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator modelu listy.
- closedListModelUpdateObject
- ClosedListModelUpdateObject
Nowa nazwa jednostki listy i listy wyrazów.
- callback
Wywołanie zwrotne
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)
Aktualizacje jednostki złożonej w wersji aplikacji.
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeModelUpdateObject
- CompositeEntityModel
Obiekt modelu zawierający nazwę i elementy podrzędne nowej jednostki wyodrębniającej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeModelUpdateObject
- CompositeEntityModel
Obiekt modelu zawierający nazwę i elementy podrzędne nowej jednostki wyodrębniającej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- compositeModelUpdateObject
- CompositeEntityModel
Obiekt modelu zawierający nazwę i elementy podrzędne nowej jednostki wyodrębniającej.
- callback
Wywołanie zwrotne
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- cEntityId
-
string
Identyfikator wyodrębniającego jednostki złożonej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCustomPrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)
Aktualizacje nazwę wyodrębniającego jednostki lub nazwę i model instanceOf podrzędnej jednostki wyodrębniającej.
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- entityModelUpdateObject
- EntityModelUpdateObject
Obiekt modelu zawierający nazwę nowego wyodrębniającego jednostkę lub nazwę i wystąpienie modelu wyodrębniającego jednostki podrzędnej
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- entityModelUpdateObject
- EntityModelUpdateObject
Obiekt modelu zawierający nazwę nowego wyodrębniającego jednostkę lub nazwę i wystąpienie modelu wyodrębniającego jednostki podrzędnej
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Ekstraktor jednostki lub identyfikator wyodrębniającego jednostki podrzędnej.
- entityModelUpdateObject
- EntityModelUpdateObject
Obiekt modelu zawierający nazwę nowego wyodrębniającego jednostkę lub nazwę i wystąpienie modelu wyodrębniającego jednostki podrzędnej
- callback
Wywołanie zwrotne
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
Nowy jawny element listy.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
Nowy jawny element listy.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- itemId
-
number
Jawny identyfikator elementu listy.
Nowy jawny element listy.
- callback
Wywołanie zwrotne
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)
Aktualizacje nazwę hierarchicznego modelu jednostki w wersji aplikacji.
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- modelUpdateObject
- ModelUpdateObject
Model zawierający nazwy jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- modelUpdateObject
- ModelUpdateObject
Model zawierający nazwy jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- modelUpdateObject
- ModelUpdateObject
Model zawierający nazwy jednostki hierarchicznej.
- callback
Wywołanie zwrotne
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)
Zmienia nazwę pojedynczego elementu podrzędnego w istniejącym modelu jednostki hierarchicznej w wersji aplikacji.
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityChildResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Obiekt modelu zawierający nową nazwę podrzędnej jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Obiekt modelu zawierający nową nazwę podrzędnej jednostki hierarchicznej.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- hChildId
-
string
Identyfikator podrzędny wyodrębniającej jednostki hierarchicznej.
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
Obiekt modelu zawierający nową nazwę podrzędnej jednostki hierarchicznej.
- callback
Wywołanie zwrotne
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- hEntityId
-
string
Identyfikator wyodrębniającego jednostki hierarchicznej.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)
Aktualizacje nazwę intencji w wersji aplikacji.
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateIntentResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- modelUpdateObject
- ModelUpdateObject
Obiekt modelu zawierający nową nazwę intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- modelUpdateObject
- ModelUpdateObject
Obiekt modelu zawierający nową nazwę intencji.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- intentId
-
string
Identyfikator klasyfikatora intencji.
- modelUpdateObject
- ModelUpdateObject
Obiekt modelu zawierający nową nazwę intencji.
- callback
Wywołanie zwrotne
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Obiekt zawierający jawną listę jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Obiekt zawierający jawną listę jednostki Pattern.Any.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator wyodrębniającego jednostki Pattern.Any.
- patternAnyUpdateObject
- PatternAnyModelUpdateObject
Obiekt zawierający jawną listę jednostki Pattern.Any.
- callback
Wywołanie zwrotne
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePrebuiltEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityModelResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostki wyrażenia regularnego.
- regexEntityUpdateObject
- RegexModelUpdateObject
Obiekt zawierający nową nazwę jednostki i wzorzec wyrażeń regularnych.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostki wyrażenia regularnego.
- regexEntityUpdateObject
- RegexModelUpdateObject
Obiekt zawierający nową nazwę jednostki i wzorzec wyrażeń regularnych.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- regexEntityId
-
string
Identyfikator wyodrębniającego jednostki wyrażenia regularnego.
- regexEntityUpdateObject
- RegexModelUpdateObject
Obiekt zawierający nową nazwę jednostki i wzorzec wyrażeń regularnych.
- callback
Wywołanie zwrotne
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- entityId
-
string
Identyfikator jednostki.
- roleId
-
string
Identyfikator roli jednostki.
- entityRoleUpdateObject
- EntityRoleUpdateObject
Nowa rola jednostki.
- callback
Wywołanie zwrotne
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)
Aktualizacje jedną z podlist jednostki listy w wersji aplikacji.
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateSubListResponse>
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Obiekt aktualizacji listy podrzędnej zawierający nowy formularz kanoniczny i listę wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
Zwraca
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>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Obiekt aktualizacji listy podrzędnej zawierający nowy formularz kanoniczny i listę wyrazów.
- options
- RequestOptionsBase
Parametry opcjonalne
- callback
Wywołanie zwrotne
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)
Parametry
- appId
-
string
Identyfikator aplikacji.
- versionId
-
string
Identyfikator wersji.
- clEntityId
-
string
Identyfikator wyodrębniającego jednostki listy.
- subListId
-
number
Identyfikator listy podrzędnej.
- wordListBaseUpdateObject
- WordListBaseUpdateObject
Obiekt aktualizacji listy podrzędnej zawierający nowy formularz kanoniczny i listę wyrazów.
- callback
Wywołanie zwrotne