Model class

모델을 나타내는 클래스입니다.

생성자

Model(LUISAuthoringClientContext)

모델을 만듭니다.

메서드

addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 목록 엔터티 모델을 추가합니다.

addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 복합 엔터티 모델에 단일 자식 을 만듭니다.

addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)

애플리케이션 버전에서 모든 의도 및 엔터티 모델과 함께 사용자 지정 가능한 미리 빌드된 도메인을 추가합니다.

addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase, ServiceCallback<string[]>)
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)

미리 빌드된 엔터티 모델을 애플리케이션 버전에 추가합니다.

addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)

사용자 지정 가능한 미리 빌드된 의도 모델을 애플리케이션 버전에 추가합니다.

addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 엔터티 추출기를 추가합니다.

addEntity(string, string, EntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 엔터티 모델 계층 구조에 단일 자식 을 만듭니다.

addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase, ServiceCallback<number>)
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)
addIntent(string, string, ModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 의도를 추가합니다.

addIntent(string, string, ModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
addIntent(string, string, ModelCreateObject, ServiceCallback<string>)
addPrebuilt(string, string, string[], RequestOptionsBase)

미리 빌드된 엔터티 목록을 애플리케이션 버전에 추가합니다.

addPrebuilt(string, string, string[], RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor[]>)
addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)
addSubList(string, string, string, WordListObject, RequestOptionsBase)

애플리케이션 버전에서 기존 목록 엔터티에 하위 목록을 추가합니다.

addSubList(string, string, string, WordListObject, RequestOptionsBase, ServiceCallback<number>)
addSubList(string, string, string, WordListObject, ServiceCallback<number>)
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)
deleteClosedList(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티 모델을 삭제합니다.

deleteClosedList(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)
deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteCompositeEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티를 삭제합니다.

deleteCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)
deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티 추출기 자식 을 삭제합니다.

deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)
deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 도메인의 모델을 삭제합니다.

deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)
deleteEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티 또는 자식 을 삭제합니다.

deleteEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteEntity(string, string, string, ServiceCallback<OperationStatus>)
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)

애플리케이션 버전에서 엔터티가 사용하는 기능 관계에서 관계를 삭제합니다.

deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
deleteEntityRole(string, string, string, string, RequestOptionsBase)
deleteEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteExplicitListItem(string, string, string, number, RequestOptionsBase)
deleteExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
deleteHierarchicalEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티를 삭제합니다.

deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)
deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 추출기 자식 을 삭제합니다.

deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)

애플리케이션 버전에서 의도를 삭제합니다.

deleteIntent(string, string, string, ModelDeleteIntentOptionalParams, ServiceCallback<OperationStatus>)
deleteIntent(string, string, string, ServiceCallback<OperationStatus>)
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능 관계에서 관계를 삭제합니다.

deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)
deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deletePrebuilt(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 엔터티 추출기를 삭제합니다.

deletePrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteRegexEntityModel(string, string, string, RequestOptionsBase)
deleteRegexEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
deleteSubList(string, string, string, number, RequestOptionsBase)

애플리케이션 버전에서 특정 목록 엔터티 모델의 하위 목록을 삭제합니다.

deleteSubList(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)

애플리케이션 버전에서 지정된 의도 또는 엔터티 모델에 대한 예제 발화를 가져옵니다.

examplesMethod(string, string, string, ModelExamplesMethodOptionalParams, ServiceCallback<LabelTextObject[]>)
examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)
getClosedList(string, string, string, RequestOptionsBase)

애플리케이션 버전의 목록 엔터티에 대한 정보를 가져옵니다.

getClosedList(string, string, string, RequestOptionsBase, ServiceCallback<ClosedListEntityExtractor>)
getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)
getClosedListEntityRole(string, string, string, string, RequestOptionsBase)
getClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getCompositeEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티에 대한 정보를 가져옵니다.

getCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<CompositeEntityExtractor>)
getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)
getCompositeEntityRole(string, string, string, string, RequestOptionsBase)
getCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getCustomEntityRole(string, string, string, string, RequestOptionsBase)
getCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티 모델에 대한 정보를 가져옵니다.

getEntity(string, string, string, RequestOptionsBase, ServiceCallback<NDepthEntityExtractor>)
getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)
getEntityFeatures(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티에서 사용하는 기능의 정보를 가져옵니다.

getEntityFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
getEntityRole(string, string, string, string, RequestOptionsBase)
getEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getExplicitList(string, string, string, RequestOptionsBase)
getExplicitList(string, string, string, RequestOptionsBase, ServiceCallback<ExplicitListItem[]>)
getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)
getExplicitListItem(string, string, string, number, RequestOptionsBase)
getExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<ExplicitListItem>)
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
getHierarchicalEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층 구조 엔터티에 대한 정보를 가져옵니다.

getHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalEntityExtractor>)
getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)
getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 자식 모델에 포함된 자식 모델에 대한 정보를 가져옵니다.

getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalChildEntity>)
getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)
getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getIntent(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 의도 모델에 대한 정보를 가져옵니다.

getIntent(string, string, string, RequestOptionsBase, ServiceCallback<IntentClassifier>)
getIntent(string, string, string, ServiceCallback<IntentClassifier>)
getIntentFeatures(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능의 정보를 가져옵니다.

getIntentFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<PatternAnyEntityExtractor>)
getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getPrebuilt(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 엔터티 모델에 대한 정보를 가져옵니다.

getPrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor>)
getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)
getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)
getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)
getRegexEntityRole(string, string, string, string, RequestOptionsBase)
getRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
listClosedListEntityRoles(string, string, string, RequestOptionsBase)
listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listClosedLists(string, string, ModelListClosedListsOptionalParams)

애플리케이션 버전의 모든 목록 엔터티 모델에 대한 정보를 가져옵니다.

listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)

애플리케이션 버전의 모든 복합 엔터티 모델에 대한 정보를 가져옵니다.

listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
listCompositeEntityRoles(string, string, string, RequestOptionsBase)
listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listCustomPrebuiltEntities(string, string, RequestOptionsBase)

애플리케이션 버전에서 사용되는 미리 빌드된 엔터티를 모두 가져옵니다.

listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listCustomPrebuiltIntents(string, string, RequestOptionsBase)

애플리케이션 버전에 추가된 사용자 지정 가능한 미리 빌드된 의도에 대한 정보를 가져옵니다.

listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
listCustomPrebuiltModels(string, string, RequestOptionsBase)

이 애플리케이션의 버전에서 사용되는 미리 빌드된 의도 및 엔터티 모델 정보를 모두 가져옵니다.

listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
listEntities(string, string, ModelListEntitiesOptionalParams)

애플리케이션 버전의 모든 간단한 엔터티 모델에 대한 정보를 가져옵니다.

listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
listEntityRoles(string, string, string, RequestOptionsBase)
listEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)

애플리케이션 버전에서 엔터티 모델의 정확도를 향상시키는 제안된 예제 발화를 가져옵니다.

listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams, ServiceCallback<EntitiesSuggestionExample[]>)
listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)

애플리케이션 버전의 모든 계층적 엔터티 모델에 대한 정보를 가져옵니다.

listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)
listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listIntents(string, string, ModelListIntentsOptionalParams)

애플리케이션 버전에서 의도 모델에 대한 정보를 가져옵니다.

listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)

애플리케이션 버전에서 의도 모델의 정확도를 향상시키는 예제 발화를 제안합니다.

listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams, ServiceCallback<IntentsSuggestionExample[]>)
listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)
listModels(string, string, ModelListModelsOptionalParams)

애플리케이션 버전의 모든 의도 및 엔터티 모델에 대한 정보를 가져옵니다.

listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)
listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listPrebuiltEntities(string, string, RequestOptionsBase)

애플리케이션 버전에서 사용 가능한 미리 빌드된 엔터티를 모두 가져옵니다.

listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)

애플리케이션 버전에서 미리 빌드된 모든 엔터티에 대한 정보를 가져옵니다.

listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
listRegexEntityRoles(string, string, string, RequestOptionsBase)
listRegexEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)

애플리케이션 버전에서 기존 목록 엔터티에 하위 목록 일괄 처리를 추가합니다.

patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)

애플리케이션 버전에서 엔터티에서 사용하는 기능의 정보를 업데이트.

replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능의 정보를 업데이트.

replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티를 업데이트.

updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티를 업데이트.

updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)

엔터티 추출기의 이름 또는 자식 엔터티 추출기의 name 및 instanceOf 모델을 업데이트.

updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 모델의 이름을 업데이트.

updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 계층적 엔터티 모델의 단일 자식 이름을 바꿉니다.

updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 의도의 이름을 업데이트.

updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티의 하위 목록 중 하나를 업데이트.

updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)

생성자 세부 정보

Model(LUISAuthoringClientContext)

모델을 만듭니다.

new Model(client: LUISAuthoringClientContext)

매개 변수

client
LUISAuthoringClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 목록 엔터티 모델을 추가합니다.

function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddClosedListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

closedListModelCreateObject
ClosedListModelCreateObject

새 목록 엔터티 추출기 이름 및 단어가 포함된 모델입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddClosedListResponse>

addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

closedListModelCreateObject
ClosedListModelCreateObject

새 목록 엔터티 추출기 이름 및 단어가 포함된 모델입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addClosedList(string, string, ClosedListModelCreateObject, ServiceCallback<string>)

function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

closedListModelCreateObject
ClosedListModelCreateObject

새 목록 엔터티 추출기 이름 및 단어가 포함된 모델입니다.

callback

ServiceCallback<string>

콜백

addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 복합 엔터티 모델에 단일 자식 을 만듭니다.

function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCompositeEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeChildModelCreateObject
CompositeChildModelCreateObject

새 복합 자식 모델의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddCompositeEntityChildResponse>

addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeChildModelCreateObject
CompositeChildModelCreateObject

새 복합 자식 모델의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, ServiceCallback<string>)

function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeChildModelCreateObject
CompositeChildModelCreateObject

새 복합 자식 모델의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase)

애플리케이션 버전에서 모든 의도 및 엔터티 모델과 함께 사용자 지정 가능한 미리 빌드된 도메인을 추가합니다.

function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltDomainResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainObject
PrebuiltDomainCreateBaseObject

미리 빌드된 도메인은 도메인의 이름을 포함하는 개체를 만듭니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddCustomPrebuiltDomainResponse>

addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase, ServiceCallback<string[]>)

function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options: RequestOptionsBase, callback: ServiceCallback<string[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainObject
PrebuiltDomainCreateBaseObject

미리 빌드된 도메인은 도메인의 이름을 포함하는 개체를 만듭니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string[]>

콜백

addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, ServiceCallback<string[]>)

function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, callback: ServiceCallback<string[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainObject
PrebuiltDomainCreateBaseObject

미리 빌드된 도메인은 도메인의 이름을 포함하는 개체를 만듭니다.

callback

ServiceCallback<string[]>

콜백

addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)

미리 빌드된 엔터티 모델을 애플리케이션 버전에 추가합니다.

function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

미리 빌드된 엔터티의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddCustomPrebuiltEntityResponse>

addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

미리 빌드된 엔터티의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)

function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

미리 빌드된 엔터티의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase)

사용자 지정 가능한 미리 빌드된 의도 모델을 애플리케이션 버전에 추가합니다.

function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddCustomPrebuiltIntentResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

사용자 지정 가능한 미리 빌드된 의도의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddCustomPrebuiltIntentResponse>

addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

사용자 지정 가능한 미리 빌드된 의도의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, ServiceCallback<string>)

function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltDomainModelCreateObject
PrebuiltDomainModelCreateObject

사용자 지정 가능한 미리 빌드된 의도의 이름과 이 모델이 속한 도메인의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addEntity(string, string, EntityModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 엔터티 추출기를 추가합니다.

function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityModelCreateObject
EntityModelCreateObject

새 엔터티 추출기 및 해당 자식의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddEntityResponse>

addEntity(string, string, EntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityModelCreateObject
EntityModelCreateObject

새 엔터티 추출기 및 해당 자식의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addEntity(string, string, EntityModelCreateObject, ServiceCallback<string>)

function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityModelCreateObject
EntityModelCreateObject

새 엔터티 추출기 및 해당 자식의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 엔터티 모델 계층 구조에 단일 자식 을 만듭니다.

function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

childEntityModelCreateObject
ChildEntityModelCreateObject

새 자식 모델 및 해당 자식의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddEntityChildResponse>

addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

childEntityModelCreateObject
ChildEntityModelCreateObject

새 자식 모델 및 해당 자식의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addEntityChild(string, string, string, ChildEntityModelCreateObject, ServiceCallback<string>)

function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

childEntityModelCreateObject
ChildEntityModelCreateObject

새 자식 모델 및 해당 자식의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase)

function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options?: RequestOptionsBase): Promise<ModelAddExplicitListItemResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

item
ExplicitListItemCreateObject

새 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddExplicitListItemResponse>

addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase, ServiceCallback<number>)

function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options: RequestOptionsBase, callback: ServiceCallback<number>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

item
ExplicitListItemCreateObject

새 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<number>

콜백

addExplicitListItem(string, string, string, ExplicitListItemCreateObject, ServiceCallback<number>)

function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, callback: ServiceCallback<number>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

item
ExplicitListItemCreateObject

새 명시적 목록 항목입니다.

callback

ServiceCallback<number>

콜백

addIntent(string, string, ModelCreateObject, RequestOptionsBase)

애플리케이션 버전에 의도를 추가합니다.

function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options?: RequestOptionsBase): Promise<ModelAddIntentResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentCreateObject
ModelCreateObject

새 의도의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddIntentResponse>

addIntent(string, string, ModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentCreateObject
ModelCreateObject

새 의도의 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

addIntent(string, string, ModelCreateObject, ServiceCallback<string>)

function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentCreateObject
ModelCreateObject

새 의도의 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

addPrebuilt(string, string, string[], RequestOptionsBase)

미리 빌드된 엔터티 목록을 애플리케이션 버전에 추가합니다.

function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options?: RequestOptionsBase): Promise<ModelAddPrebuiltResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltExtractorNames

string[]

미리 빌드된 엔터티 추출기 이름의 배열입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddPrebuiltResponse>

addPrebuilt(string, string, string[], RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor[]>)

function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltExtractorNames

string[]

미리 빌드된 엔터티 추출기 이름의 배열입니다.

options
RequestOptionsBase

선택적 매개 변수

addPrebuilt(string, string, string[], ServiceCallback<PrebuiltEntityExtractor[]>)

function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], callback: ServiceCallback<PrebuiltEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltExtractorNames

string[]

미리 빌드된 엔터티 추출기 이름의 배열입니다.

addSubList(string, string, string, WordListObject, RequestOptionsBase)

애플리케이션 버전에서 기존 목록 엔터티에 하위 목록을 추가합니다.

function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options?: RequestOptionsBase): Promise<ModelAddSubListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

wordListCreateObject
WordListObject

단어 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelAddSubListResponse>

addSubList(string, string, string, WordListObject, RequestOptionsBase, ServiceCallback<number>)

function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options: RequestOptionsBase, callback: ServiceCallback<number>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

wordListCreateObject
WordListObject

단어 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<number>

콜백

addSubList(string, string, string, WordListObject, ServiceCallback<number>)

function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, callback: ServiceCallback<number>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

wordListCreateObject
WordListObject

단어 목록입니다.

callback

ServiceCallback<number>

콜백

createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateClosedListEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateClosedListEntityRoleResponse>

createClosedListEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createClosedListEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createClosedListEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCompositeEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateCompositeEntityRoleResponse>

createCompositeEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createCompositeEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createCompositeEntityRole(appId: string, versionId: string, cEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateCustomPrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateCustomPrebuiltEntityRoleResponse>

createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createCustomPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateEntityRoleResponse>

createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateHierarchicalEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateHierarchicalEntityRoleResponse>

createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createHierarchicalEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase)

function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

extractorCreateObject
PatternAnyModelCreateObject

새 Pattern.Any 엔터티 추출기 이름 및 명시적 목록을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreatePatternAnyEntityModelResponse>

createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

extractorCreateObject
PatternAnyModelCreateObject

새 Pattern.Any 엔터티 추출기 이름 및 명시적 목록을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createPatternAnyEntityModel(string, string, PatternAnyModelCreateObject, ServiceCallback<string>)

function createPatternAnyEntityModel(appId: string, versionId: string, extractorCreateObject: PatternAnyModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

extractorCreateObject
PatternAnyModelCreateObject

새 Pattern.Any 엔터티 추출기 이름 및 명시적 목록을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePatternAnyEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreatePatternAnyEntityRoleResponse>

createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createPatternAnyEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createPatternAnyEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreatePrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreatePrebuiltEntityRoleResponse>

createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createPrebuiltEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createPrebuiltEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase)

function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityExtractorCreateObj
RegexModelCreateObject

새 정규식 엔터티 추출기 이름 및 정규식 패턴을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateRegexEntityModelResponse>

createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityExtractorCreateObj
RegexModelCreateObject

새 정규식 엔터티 추출기 이름 및 정규식 패턴을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createRegexEntityModel(string, string, RegexModelCreateObject, ServiceCallback<string>)

function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityExtractorCreateObj
RegexModelCreateObject

새 정규식 엔터티 추출기 이름 및 정규식 패턴을 포함하는 모델 개체입니다.

callback

ServiceCallback<string>

콜백

createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase)

function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options?: RequestOptionsBase): Promise<ModelCreateRegexEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelCreateRegexEntityRoleResponse>

createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)

function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

createRegexEntityRole(string, string, string, EntityRoleCreateObject, ServiceCallback<string>)

function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, callback: ServiceCallback<string>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 모델 ID입니다.

entityRoleCreateObject
EntityRoleCreateObject

역할 이름을 포함하는 엔터티 역할 개체입니다.

callback

ServiceCallback<string>

콜백

deleteClosedList(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티 모델을 삭제합니다.

function deleteClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteClosedListResponse>

deleteClosedList(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteClosedList(string, string, string, ServiceCallback<OperationStatus>)

function deleteClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase)

function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteClosedListEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteClosedListEntityRoleResponse>

deleteClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteClosedListEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티를 삭제합니다.

function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteCompositeEntityResponse>

deleteCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntity(string, string, string, ServiceCallback<OperationStatus>)

function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티 추출기 자식 을 삭제합니다.

function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

cChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteCompositeEntityChildResponse>

deleteCompositeEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

cChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteCompositeEntityChild(appId: string, versionId: string, cEntityId: string, cChildId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

cChildId

string

계층적 엔터티 추출기 자식 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase)

function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCompositeEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteCompositeEntityRoleResponse>

deleteCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteCompositeEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteCustomEntityRole(string, string, string, string, RequestOptionsBase)

function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteCustomEntityRoleResponse>

deleteCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 도메인의 모델을 삭제합니다.

function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options?: RequestOptionsBase): Promise<ModelDeleteCustomPrebuiltDomainResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

domainName

string

도메인 이름

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteCustomPrebuiltDomainResponse>

deleteCustomPrebuiltDomain(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

domainName

string

도메인 이름

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteCustomPrebuiltDomain(string, string, string, ServiceCallback<OperationStatus>)

function deleteCustomPrebuiltDomain(appId: string, versionId: string, domainName: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

domainName

string

도메인 이름

callback

ServiceCallback<OperationStatus>

콜백

deleteEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티 또는 자식 을 삭제합니다.

function deleteEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteEntityResponse>

deleteEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteEntity(string, string, string, ServiceCallback<OperationStatus>)

function deleteEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)

애플리케이션 버전에서 엔터티가 사용하는 기능 관계에서 관계를 삭제합니다.

function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteEntityFeatureResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteEntityFeatureResponse>

deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)

function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteEntityRole(string, string, string, string, RequestOptionsBase)

function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteEntityRoleResponse>

deleteEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteExplicitListItem(string, string, string, number, RequestOptionsBase)

function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelDeleteExplicitListItemResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

pattern.any 엔터티 ID입니다.

itemId

number

삭제할 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteExplicitListItemResponse>

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

function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

pattern.any 엔터티 ID입니다.

itemId

number

삭제할 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

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

function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

pattern.any 엔터티 ID입니다.

itemId

number

삭제할 명시적 목록 항목입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티를 삭제합니다.

function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteHierarchicalEntityResponse>

deleteHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntity(string, string, string, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 추출기 자식 을 삭제합니다.

function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteHierarchicalEntityChildResponse>

deleteHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntityChild(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)

function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteHierarchicalEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteHierarchicalEntityRoleResponse>

deleteHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteHierarchicalEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteIntent(string, string, string, ModelDeleteIntentOptionalParams)

애플리케이션 버전에서 의도를 삭제합니다.

function deleteIntent(appId: string, versionId: string, intentId: string, options?: ModelDeleteIntentOptionalParams): Promise<ModelDeleteIntentResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
ModelDeleteIntentOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelDeleteIntentResponse>

deleteIntent(string, string, string, ModelDeleteIntentOptionalParams, ServiceCallback<OperationStatus>)

function deleteIntent(appId: string, versionId: string, intentId: string, options: ModelDeleteIntentOptionalParams, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
ModelDeleteIntentOptionalParams

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteIntent(string, string, string, ServiceCallback<OperationStatus>)

function deleteIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능 관계에서 관계를 삭제합니다.

function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options?: RequestOptionsBase): Promise<ModelDeleteIntentFeatureResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteIntentFeatureResponse>

deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)

function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationDeleteObject
ModelFeatureInformation

삭제할 기능 관계를 포함하는 기능 정보 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

deletePatternAnyEntityModel(string, string, string, RequestOptionsBase)

function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeletePatternAnyEntityModelResponse>

deletePatternAnyEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deletePatternAnyEntityModel(string, string, string, ServiceCallback<OperationStatus>)

function deletePatternAnyEntityModel(appId: string, versionId: string, entityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase)

function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePatternAnyEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeletePatternAnyEntityRoleResponse>

deletePatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deletePatternAnyEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deletePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deletePrebuilt(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 엔터티 추출기를 삭제합니다.

function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeletePrebuiltResponse>

deletePrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deletePrebuilt(string, string, string, ServiceCallback<OperationStatus>)

function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase)

function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeletePrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeletePrebuiltEntityRoleResponse>

deletePrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deletePrebuiltEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deletePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteRegexEntityModel(string, string, string, RequestOptionsBase)

function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteRegexEntityModelResponse>

deleteRegexEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteRegexEntityModel(string, string, string, ServiceCallback<OperationStatus>)

function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteRegexEntityRole(string, string, string, string, RequestOptionsBase)

function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteRegexEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteRegexEntityRoleResponse>

deleteRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)

function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)

function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

deleteSubList(string, string, string, number, RequestOptionsBase)

애플리케이션 버전에서 특정 목록 엔터티 모델의 하위 목록을 삭제합니다.

function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options?: RequestOptionsBase): Promise<ModelDeleteSubListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelDeleteSubListResponse>

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

function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

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

function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

callback

ServiceCallback<OperationStatus>

콜백

examplesMethod(string, string, string, ModelExamplesMethodOptionalParams)

애플리케이션 버전에서 지정된 의도 또는 엔터티 모델에 대한 예제 발화를 가져옵니다.

function examplesMethod(appId: string, versionId: string, modelId: string, options?: ModelExamplesMethodOptionalParams): Promise<ModelExamplesMethodResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

modelId

string

모델의 ID(GUID)입니다.

options
ModelExamplesMethodOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelExamplesMethodResponse>

examplesMethod(string, string, string, ModelExamplesMethodOptionalParams, ServiceCallback<LabelTextObject[]>)

function examplesMethod(appId: string, versionId: string, modelId: string, options: ModelExamplesMethodOptionalParams, callback: ServiceCallback<LabelTextObject[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

modelId

string

모델의 ID(GUID)입니다.

options
ModelExamplesMethodOptionalParams

선택적 매개 변수

callback

ServiceCallback<LabelTextObject[]>

콜백

examplesMethod(string, string, string, ServiceCallback<LabelTextObject[]>)

function examplesMethod(appId: string, versionId: string, modelId: string, callback: ServiceCallback<LabelTextObject[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

modelId

string

모델의 ID(GUID)입니다.

callback

ServiceCallback<LabelTextObject[]>

콜백

getClosedList(string, string, string, RequestOptionsBase)

애플리케이션 버전의 목록 엔터티에 대한 정보를 가져옵니다.

function getClosedList(appId: string, versionId: string, clEntityId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetClosedListResponse>

getClosedList(string, string, string, RequestOptionsBase, ServiceCallback<ClosedListEntityExtractor>)

function getClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<ClosedListEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getClosedList(string, string, string, ServiceCallback<ClosedListEntityExtractor>)

function getClosedList(appId: string, versionId: string, clEntityId: string, callback: ServiceCallback<ClosedListEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

getClosedListEntityRole(string, string, string, string, RequestOptionsBase)

function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetClosedListEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetClosedListEntityRoleResponse>

getClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getCompositeEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티에 대한 정보를 가져옵니다.

function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetCompositeEntityResponse>

getCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<CompositeEntityExtractor>)

function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<CompositeEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getCompositeEntity(string, string, string, ServiceCallback<CompositeEntityExtractor>)

function getCompositeEntity(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<CompositeEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

getCompositeEntityRole(string, string, string, string, RequestOptionsBase)

function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCompositeEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetCompositeEntityRoleResponse>

getCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getCustomEntityRole(string, string, string, string, RequestOptionsBase)

function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetCustomEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetCustomEntityRoleResponse>

getCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티 모델에 대한 정보를 가져옵니다.

function getEntity(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetEntityResponse>

getEntity(string, string, string, RequestOptionsBase, ServiceCallback<NDepthEntityExtractor>)

function getEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<NDepthEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getEntity(string, string, string, ServiceCallback<NDepthEntityExtractor>)

function getEntity(appId: string, versionId: string, entityId: string, callback: ServiceCallback<NDepthEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

getEntityFeatures(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 엔터티에서 사용하는 기능의 정보를 가져옵니다.

function getEntityFeatures(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetEntityFeaturesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetEntityFeaturesResponse>

getEntityFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)

function getEntityFeatures(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getEntityFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)

function getEntityFeatures(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ModelFeatureInformation[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

getEntityRole(string, string, string, string, RequestOptionsBase)

function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetEntityRoleResponse>

getEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getExplicitList(string, string, string, RequestOptionsBase)

function getExplicitList(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetExplicitListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetExplicitListResponse>

getExplicitList(string, string, string, RequestOptionsBase, ServiceCallback<ExplicitListItem[]>)

function getExplicitList(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<ExplicitListItem[]>

콜백

getExplicitList(string, string, string, ServiceCallback<ExplicitListItem[]>)

function getExplicitList(appId: string, versionId: string, entityId: string, callback: ServiceCallback<ExplicitListItem[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

callback

ServiceCallback<ExplicitListItem[]>

콜백

getExplicitListItem(string, string, string, number, RequestOptionsBase)

function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options?: RequestOptionsBase): Promise<ModelGetExplicitListItemResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetExplicitListItemResponse>

getExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<ExplicitListItem>)

function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)

function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

getHierarchicalEntity(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층 구조 엔터티에 대한 정보를 가져옵니다.

function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetHierarchicalEntityResponse>

getHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalEntityExtractor>)

function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<HierarchicalEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getHierarchicalEntity(string, string, string, ServiceCallback<HierarchicalEntityExtractor>)

function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<HierarchicalEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 자식 모델에 포함된 자식 모델에 대한 정보를 가져옵니다.

function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetHierarchicalEntityChildResponse>

getHierarchicalEntityChild(string, string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalChildEntity>)

function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, options: RequestOptionsBase, callback: ServiceCallback<HierarchicalChildEntity>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getHierarchicalEntityChild(string, string, string, string, ServiceCallback<HierarchicalChildEntity>)

function getHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, callback: ServiceCallback<HierarchicalChildEntity>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase)

function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetHierarchicalEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetHierarchicalEntityRoleResponse>

getHierarchicalEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getHierarchicalEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getIntent(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 의도 모델에 대한 정보를 가져옵니다.

function getIntent(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetIntentResponse>

getIntent(string, string, string, RequestOptionsBase, ServiceCallback<IntentClassifier>)

function getIntent(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getIntent(string, string, string, ServiceCallback<IntentClassifier>)

function getIntent(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentClassifier>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

getIntentFeatures(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능의 정보를 가져옵니다.

function getIntentFeatures(appId: string, versionId: string, intentId: string, options?: RequestOptionsBase): Promise<ModelGetIntentFeaturesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetIntentFeaturesResponse>

getIntentFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)

function getIntentFeatures(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getIntentFeatures(string, string, string, ServiceCallback<ModelFeatureInformation[]>)

function getIntentFeatures(appId: string, versionId: string, intentId: string, callback: ServiceCallback<ModelFeatureInformation[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

getPatternAnyEntityInfo(string, string, string, RequestOptionsBase)

function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityInfoResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetPatternAnyEntityInfoResponse>

getPatternAnyEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<PatternAnyEntityExtractor>)

function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<PatternAnyEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getPatternAnyEntityInfo(string, string, string, ServiceCallback<PatternAnyEntityExtractor>)

function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, callback: ServiceCallback<PatternAnyEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase)

function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPatternAnyEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetPatternAnyEntityRoleResponse>

getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getPrebuilt(string, string, string, RequestOptionsBase)

애플리케이션 버전에서 미리 빌드된 엔터티 모델에 대한 정보를 가져옵니다.

function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetPrebuiltResponse>

getPrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor>)

function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getPrebuilt(string, string, string, ServiceCallback<PrebuiltEntityExtractor>)

function getPrebuilt(appId: string, versionId: string, prebuiltId: string, callback: ServiceCallback<PrebuiltEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

prebuiltId

string

미리 빌드된 엔터티 추출기 ID입니다.

getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase)

function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetPrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetPrebuiltEntityRoleResponse>

getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

getRegexEntityEntityInfo(string, string, string, RequestOptionsBase)

function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityEntityInfoResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetRegexEntityEntityInfoResponse>

getRegexEntityEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<RegexEntityExtractor>)

function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<RegexEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 모델 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

getRegexEntityEntityInfo(string, string, string, ServiceCallback<RegexEntityExtractor>)

function getRegexEntityEntityInfo(appId: string, versionId: string, regexEntityId: string, callback: ServiceCallback<RegexEntityExtractor>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 모델 ID입니다.

getRegexEntityRole(string, string, string, string, RequestOptionsBase)

function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelGetRegexEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelGetRegexEntityRoleResponse>

getRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)

function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole>

콜백

getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)

function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

callback

ServiceCallback<EntityRole>

콜백

listClosedListEntityRoles(string, string, string, RequestOptionsBase)

function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListClosedListEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListClosedListEntityRolesResponse>

listClosedListEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listClosedListEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listClosedListEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

listClosedLists(string, string, ModelListClosedListsOptionalParams)

애플리케이션 버전의 모든 목록 엔터티 모델에 대한 정보를 가져옵니다.

function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListClosedListsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListClosedListsResponse>

listClosedLists(string, string, ModelListClosedListsOptionalParams, ServiceCallback<ClosedListEntityExtractor[]>)

function listClosedLists(appId: string, versionId: string, options: ModelListClosedListsOptionalParams, callback: ServiceCallback<ClosedListEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListClosedListsOptionalParams

선택적 매개 변수

listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)

function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)

애플리케이션 버전의 모든 복합 엔터티 모델에 대한 정보를 가져옵니다.

function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListCompositeEntitiesOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListCompositeEntitiesResponse>

listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams, ServiceCallback<CompositeEntityExtractor[]>)

function listCompositeEntities(appId: string, versionId: string, options: ModelListCompositeEntitiesOptionalParams, callback: ServiceCallback<CompositeEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListCompositeEntitiesOptionalParams

선택적 매개 변수

listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)

function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listCompositeEntityRoles(string, string, string, RequestOptionsBase)

function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options?: RequestOptionsBase): Promise<ModelListCompositeEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListCompositeEntityRolesResponse>

listCompositeEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listCompositeEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listCompositeEntityRoles(appId: string, versionId: string, cEntityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

callback

ServiceCallback<EntityRole[]>

콜백

listCustomPrebuiltEntities(string, string, RequestOptionsBase)

애플리케이션 버전에서 사용되는 미리 빌드된 엔터티를 모두 가져옵니다.

function listCustomPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntitiesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListCustomPrebuiltEntitiesResponse>

listCustomPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<EntityExtractor[]>)

function listCustomPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityExtractor[]>

콜백

listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)

function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

callback

ServiceCallback<EntityExtractor[]>

콜백

listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase)

function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListCustomPrebuiltEntityRolesResponse>

listCustomPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listCustomPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listCustomPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

listCustomPrebuiltIntents(string, string, RequestOptionsBase)

애플리케이션 버전에 추가된 사용자 지정 가능한 미리 빌드된 의도에 대한 정보를 가져옵니다.

function listCustomPrebuiltIntents(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltIntentsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListCustomPrebuiltIntentsResponse>

listCustomPrebuiltIntents(string, string, RequestOptionsBase, ServiceCallback<IntentClassifier[]>)

function listCustomPrebuiltIntents(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<IntentClassifier[]>

콜백

listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)

function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

callback

ServiceCallback<IntentClassifier[]>

콜백

listCustomPrebuiltModels(string, string, RequestOptionsBase)

이 애플리케이션의 버전에서 사용되는 미리 빌드된 의도 및 엔터티 모델 정보를 모두 가져옵니다.

function listCustomPrebuiltModels(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListCustomPrebuiltModelsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListCustomPrebuiltModelsResponse>

listCustomPrebuiltModels(string, string, RequestOptionsBase, ServiceCallback<CustomPrebuiltModel[]>)

function listCustomPrebuiltModels(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<CustomPrebuiltModel[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)

function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listEntities(string, string, ModelListEntitiesOptionalParams)

애플리케이션 버전의 모든 간단한 엔터티 모델에 대한 정보를 가져옵니다.

function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListEntitiesOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListEntitiesResponse>

listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)

function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListEntitiesOptionalParams

선택적 매개 변수

listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)

function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listEntityRoles(string, string, string, RequestOptionsBase)

function listEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListEntityRolesResponse>

listEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams)

애플리케이션 버전에서 엔터티 모델의 정확도를 향상시키는 제안된 예제 발화를 가져옵니다.

function listEntitySuggestions(appId: string, versionId: string, entityId: string, options?: ModelListEntitySuggestionsOptionalParams): Promise<ModelListEntitySuggestionsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

개선할 대상 엔터티 추출기 모델입니다.

options
ModelListEntitySuggestionsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListEntitySuggestionsResponse>

listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams, ServiceCallback<EntitiesSuggestionExample[]>)

function listEntitySuggestions(appId: string, versionId: string, entityId: string, options: ModelListEntitySuggestionsOptionalParams, callback: ServiceCallback<EntitiesSuggestionExample[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

개선할 대상 엔터티 추출기 모델입니다.

options
ModelListEntitySuggestionsOptionalParams

선택적 매개 변수

listEntitySuggestions(string, string, string, ServiceCallback<EntitiesSuggestionExample[]>)

function listEntitySuggestions(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntitiesSuggestionExample[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

개선할 대상 엔터티 추출기 모델입니다.

listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)

애플리케이션 버전의 모든 계층적 엔터티 모델에 대한 정보를 가져옵니다.

function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListHierarchicalEntitiesOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListHierarchicalEntitiesResponse>

listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams, ServiceCallback<HierarchicalEntityExtractor[]>)

function listHierarchicalEntities(appId: string, versionId: string, options: ModelListHierarchicalEntitiesOptionalParams, callback: ServiceCallback<HierarchicalEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListHierarchicalEntitiesOptionalParams

선택적 매개 변수

listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)

function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listHierarchicalEntityRoles(string, string, string, RequestOptionsBase)

function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options?: RequestOptionsBase): Promise<ModelListHierarchicalEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListHierarchicalEntityRolesResponse>

listHierarchicalEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listHierarchicalEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listHierarchicalEntityRoles(appId: string, versionId: string, hEntityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

callback

ServiceCallback<EntityRole[]>

콜백

listIntents(string, string, ModelListIntentsOptionalParams)

애플리케이션 버전에서 의도 모델에 대한 정보를 가져옵니다.

function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListIntentsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListIntentsResponse>

listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)

function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListIntentsOptionalParams

선택적 매개 변수

callback

ServiceCallback<IntentClassifier[]>

콜백

listIntents(string, string, ServiceCallback<IntentClassifier[]>)

function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

callback

ServiceCallback<IntentClassifier[]>

콜백

listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams)

애플리케이션 버전에서 의도 모델의 정확도를 향상시키는 예제 발화를 제안합니다.

function listIntentSuggestions(appId: string, versionId: string, intentId: string, options?: ModelListIntentSuggestionsOptionalParams): Promise<ModelListIntentSuggestionsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
ModelListIntentSuggestionsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListIntentSuggestionsResponse>

listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams, ServiceCallback<IntentsSuggestionExample[]>)

function listIntentSuggestions(appId: string, versionId: string, intentId: string, options: ModelListIntentSuggestionsOptionalParams, callback: ServiceCallback<IntentsSuggestionExample[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

options
ModelListIntentSuggestionsOptionalParams

선택적 매개 변수

listIntentSuggestions(string, string, string, ServiceCallback<IntentsSuggestionExample[]>)

function listIntentSuggestions(appId: string, versionId: string, intentId: string, callback: ServiceCallback<IntentsSuggestionExample[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

listModels(string, string, ModelListModelsOptionalParams)

애플리케이션 버전의 모든 의도 및 엔터티 모델에 대한 정보를 가져옵니다.

function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListModelsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListModelsResponse>

listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)

function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListModelsOptionalParams

선택적 매개 변수

callback

ServiceCallback<ModelInfoResponse[]>

콜백

listModels(string, string, ServiceCallback<ModelInfoResponse[]>)

function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

callback

ServiceCallback<ModelInfoResponse[]>

콜백

listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)

function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListPatternAnyEntityInfosOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListPatternAnyEntityInfosResponse>

listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams, ServiceCallback<PatternAnyEntityExtractor[]>)

function listPatternAnyEntityInfos(appId: string, versionId: string, options: ModelListPatternAnyEntityInfosOptionalParams, callback: ServiceCallback<PatternAnyEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListPatternAnyEntityInfosOptionalParams

선택적 매개 변수

listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)

function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listPatternAnyEntityRoles(string, string, string, RequestOptionsBase)

function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPatternAnyEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListPatternAnyEntityRolesResponse>

listPatternAnyEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listPatternAnyEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listPatternAnyEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

listPrebuiltEntities(string, string, RequestOptionsBase)

애플리케이션 버전에서 사용 가능한 미리 빌드된 엔터티를 모두 가져옵니다.

function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListPrebuiltEntitiesResponse>

listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)

function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
RequestOptionsBase

선택적 매개 변수

listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)

function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listPrebuiltEntityRoles(string, string, string, RequestOptionsBase)

function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListPrebuiltEntityRolesResponse>

listPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listPrebuiltEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)

애플리케이션 버전에서 미리 빌드된 모든 엔터티에 대한 정보를 가져옵니다.

function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListPrebuiltsOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListPrebuiltsResponse>

listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)

function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListPrebuiltsOptionalParams

선택적 매개 변수

listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)

function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)

function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListRegexEntityInfosOptionalParams

선택적 매개 변수

반환

Promise<Models.ModelListRegexEntityInfosResponse>

listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams, ServiceCallback<RegexEntityExtractor[]>)

function listRegexEntityInfos(appId: string, versionId: string, options: ModelListRegexEntityInfosOptionalParams, callback: ServiceCallback<RegexEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

options
ModelListRegexEntityInfosOptionalParams

선택적 매개 변수

listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)

function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

listRegexEntityRoles(string, string, string, RequestOptionsBase)

function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options?: RequestOptionsBase): Promise<ModelListRegexEntityRolesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelListRegexEntityRolesResponse>

listRegexEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)

function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<EntityRole[]>

콜백

listRegexEntityRoles(string, string, string, ServiceCallback<EntityRole[]>)

function listRegexEntityRoles(appId: string, versionId: string, entityId: string, callback: ServiceCallback<EntityRole[]>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID

callback

ServiceCallback<EntityRole[]>

콜백

patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase)

애플리케이션 버전에서 기존 목록 엔터티에 하위 목록 일괄 처리를 추가합니다.

function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options?: RequestOptionsBase): Promise<ModelPatchClosedListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

closedListModelPatchObject
ClosedListModelPatchObject

단어 목록 일괄 처리입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelPatchClosedListResponse>

patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

closedListModelPatchObject
ClosedListModelPatchObject

단어 목록 일괄 처리입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)

function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 모델 ID입니다.

closedListModelPatchObject
ClosedListModelPatchObject

단어 목록 일괄 처리입니다.

callback

ServiceCallback<OperationStatus>

콜백

replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)

애플리케이션 버전에서 엔터티에서 사용하는 기능의 정보를 업데이트.

function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelReplaceEntityFeaturesResponse>

replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)

function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)

function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

callback

ServiceCallback<OperationStatus>

콜백

replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)

애플리케이션 버전에서 의도에서 사용하는 기능의 정보를 업데이트.

function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceIntentFeaturesResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelReplaceIntentFeaturesResponse>

replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)

function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)

function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

featureRelationsUpdateObject

ModelFeatureInformation[]

새 기능 관계를 포함하는 기능 정보 개체 목록입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티를 업데이트.

function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

closedListModelUpdateObject
ClosedListModelUpdateObject

새 목록 엔터티 이름 및 단어 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateClosedListResponse>

updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

closedListModelUpdateObject
ClosedListModelUpdateObject

새 목록 엔터티 이름 및 단어 목록입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)

function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 모델 ID입니다.

closedListModelUpdateObject
ClosedListModelUpdateObject

새 목록 엔터티 이름 및 단어 목록입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateClosedListEntityRoleResponse>

updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase)

애플리케이션 버전에서 복합 엔터티를 업데이트.

function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeModelUpdateObject
CompositeEntityModel

새 엔터티 추출기 이름 및 자식을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateCompositeEntityResponse>

updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeModelUpdateObject
CompositeEntityModel

새 엔터티 추출기 이름 및 자식을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)

function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

compositeModelUpdateObject
CompositeEntityModel

새 엔터티 추출기 이름 및 자식을 포함하는 모델 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateCompositeEntityRoleResponse>

updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

cEntityId

string

복합 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCustomPrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateCustomPrebuiltEntityRoleResponse>

updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateCustomPrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateCustomPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)

엔터티 추출기의 이름 또는 자식 엔터티 추출기의 name 및 instanceOf 모델을 업데이트.

function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

entityModelUpdateObject
EntityModelUpdateObject

새 엔터티 추출기 이름 또는 자식 엔터티 추출기의 모델 이름 및 인스턴스를 포함하는 모델 개체

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateEntityChildResponse>

updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

entityModelUpdateObject
EntityModelUpdateObject

새 엔터티 추출기 이름 또는 자식 엔터티 추출기의 모델 이름 및 인스턴스를 포함하는 모델 개체

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)

function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 추출기 또는 자식 엔터티 추출기 ID입니다.

entityModelUpdateObject
EntityModelUpdateObject

새 엔터티 추출기 이름 또는 자식 엔터티 추출기의 모델 이름 및 인스턴스를 포함하는 모델 개체

callback

ServiceCallback<OperationStatus>

콜백

updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateEntityRoleResponse>

updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)

function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

item
ExplicitListItemUpdateObject

새 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateExplicitListItemResponse>

updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

item
ExplicitListItemUpdateObject

새 명시적 목록 항목입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)

function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

itemId

number

명시적 목록 항목 ID입니다.

item
ExplicitListItemUpdateObject

새 명시적 목록 항목입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 계층적 엔터티 모델의 이름을 업데이트.

function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

modelUpdateObject
ModelUpdateObject

계층 구조 엔터티의 이름을 포함하는 모델입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateHierarchicalEntityResponse>

updateHierarchicalEntity(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

modelUpdateObject
ModelUpdateObject

계층 구조 엔터티의 이름을 포함하는 모델입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntity(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)

function updateHierarchicalEntity(appId: string, versionId: string, hEntityId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

modelUpdateObject
ModelUpdateObject

계층 구조 엔터티의 이름을 포함하는 모델입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 기존 계층적 엔터티 모델의 단일 자식 이름을 바꿉니다.

function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityChildResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

hierarchicalChildModelUpdateObject
HierarchicalChildModelUpdateObject

계층적 엔터티 자식의 새 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateHierarchicalEntityChildResponse>

updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

hierarchicalChildModelUpdateObject
HierarchicalChildModelUpdateObject

계층적 엔터티 자식의 새 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)

function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

hChildId

string

계층적 엔터티 추출기 자식 ID입니다.

hierarchicalChildModelUpdateObject
HierarchicalChildModelUpdateObject

계층적 엔터티 자식의 새 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateHierarchicalEntityRoleResponse>

updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

hEntityId

string

계층적 엔터티 추출기 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 의도의 이름을 업데이트.

function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateIntentResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

modelUpdateObject
ModelUpdateObject

새 의도 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateIntentResponse>

updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

modelUpdateObject
ModelUpdateObject

새 의도 이름을 포함하는 모델 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)

function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

intentId

string

의도 분류자 ID입니다.

modelUpdateObject
ModelUpdateObject

새 의도 이름을 포함하는 모델 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)

function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

patternAnyUpdateObject
PatternAnyModelUpdateObject

Pattern.Any 엔터티의 명시적 목록을 포함하는 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdatePatternAnyEntityModelResponse>

updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

patternAnyUpdateObject
PatternAnyModelUpdateObject

Pattern.Any 엔터티의 명시적 목록을 포함하는 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, ServiceCallback<OperationStatus>)

function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

Pattern.Any 엔터티 추출기 ID입니다.

patternAnyUpdateObject
PatternAnyModelUpdateObject

Pattern.Any 엔터티의 명시적 목록을 포함하는 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdatePatternAnyEntityRoleResponse>

updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updatePatternAnyEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updatePatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePrebuiltEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdatePrebuiltEntityRoleResponse>

updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updatePrebuiltEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updatePrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase)

function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityModelResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

regexEntityUpdateObject
RegexModelUpdateObject

새 엔터티 이름 및 정규식 패턴을 포함하는 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateRegexEntityModelResponse>

updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

regexEntityUpdateObject
RegexModelUpdateObject

새 엔터티 이름 및 정규식 패턴을 포함하는 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)

function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

regexEntityId

string

정규식 엔터티 추출기 ID입니다.

regexEntityUpdateObject
RegexModelUpdateObject

새 엔터티 이름 및 정규식 패턴을 포함하는 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)

function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateRegexEntityRoleResponse>

updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)

function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

entityId

string

엔터티 ID입니다.

roleId

string

엔터티 역할 ID입니다.

entityRoleUpdateObject
EntityRoleUpdateObject

새 엔터티 역할입니다.

callback

ServiceCallback<OperationStatus>

콜백

updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)

애플리케이션 버전에서 목록 엔터티의 하위 목록 중 하나를 업데이트.

function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateSubListResponse>

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

wordListBaseUpdateObject
WordListBaseUpdateObject

새 정식 양식과 단어 목록을 포함하는 하위 목록 업데이트 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.ModelUpdateSubListResponse>

updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)

function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

wordListBaseUpdateObject
WordListBaseUpdateObject

새 정식 양식과 단어 목록을 포함하는 하위 목록 업데이트 개체입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<OperationStatus>

콜백

updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)

function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)

매개 변수

appId

string

애플리케이션 ID입니다.

versionId

string

버전 ID입니다.

clEntityId

string

목록 엔터티 추출기 ID입니다.

subListId

number

하위 목록 ID입니다.

wordListBaseUpdateObject
WordListBaseUpdateObject

새 정식 양식과 단어 목록을 포함하는 하위 목록 업데이트 개체입니다.

callback

ServiceCallback<OperationStatus>

콜백