Model class
モデルを表すクラス。
コンストラクター
Model(LUISAuthoring |
モデルを作成します。 |
メソッド
コンストラクターの詳細
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<ModelAddClosedListResponse>
Promise<Models.ModelAddClosedListResponse>
addClosedList(string, string, ClosedListModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addClosedList(appId: string, versionId: string, closedListModelCreateObject: ClosedListModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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)
アプリケーションのバージョンの既存の複合エンティティ モデルに 1 つの子を作成します。
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<ModelAddCompositeEntityChildResponse>
Promise<Models.ModelAddCompositeEntityChildResponse>
addCompositeEntityChild(string, string, string, CompositeChildModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCompositeEntityChild(appId: string, versionId: string, cEntityId: string, compositeChildModelCreateObject: CompositeChildModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelAddCustomPrebuiltDomainResponse>
Promise<Models.ModelAddCustomPrebuiltDomainResponse>
addCustomPrebuiltDomain(string, string, PrebuiltDomainCreateBaseObject, RequestOptionsBase, ServiceCallback<string[]>)
function addCustomPrebuiltDomain(appId: string, versionId: string, prebuiltDomainObject: PrebuiltDomainCreateBaseObject, options: RequestOptionsBase, callback: ServiceCallback<string[]>)
パラメーター
- appId
-
string
アプリケーション 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<ModelAddCustomPrebuiltEntityResponse>
Promise<Models.ModelAddCustomPrebuiltEntityResponse>
addCustomPrebuiltEntity(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCustomPrebuiltEntity(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelAddCustomPrebuiltIntentResponse>
Promise<Models.ModelAddCustomPrebuiltIntentResponse>
addCustomPrebuiltIntent(string, string, PrebuiltDomainModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addCustomPrebuiltIntent(appId: string, versionId: string, prebuiltDomainModelCreateObject: PrebuiltDomainModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelAddEntityResponse>
Promise<Models.ModelAddEntityResponse>
addEntity(string, string, EntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addEntity(appId: string, versionId: string, entityModelCreateObject: EntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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)
アプリケーションのバージョンの既存のエンティティ モデル階層に 1 つの子を作成します。
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<ModelAddEntityChildResponse>
Promise<Models.ModelAddEntityChildResponse>
addEntityChild(string, string, string, ChildEntityModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addEntityChild(appId: string, versionId: string, entityId: string, childEntityModelCreateObject: ChildEntityModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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。
新しい明示的なリスト アイテム。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelAddExplicitListItemResponse>
Promise<Models.ModelAddExplicitListItemResponse>
addExplicitListItem(string, string, string, ExplicitListItemCreateObject, RequestOptionsBase, ServiceCallback<number>)
function addExplicitListItem(appId: string, versionId: string, entityId: string, item: ExplicitListItemCreateObject, options: RequestOptionsBase, callback: ServiceCallback<number>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ抽出器 ID。
新しい明示的なリスト アイテム。
- 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。
新しい明示的なリスト アイテム。
- 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<ModelAddIntentResponse>
Promise<Models.ModelAddIntentResponse>
addIntent(string, string, ModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function addIntent(appId: string, versionId: string, intentCreateObject: ModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelAddPrebuiltResponse>
Promise<Models.ModelAddPrebuiltResponse>
addPrebuilt(string, string, string[], RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor[]>)
function addPrebuilt(appId: string, versionId: string, prebuiltExtractorNames: string[], options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- prebuiltExtractorNames
-
string[]
事前構築済みのエンティティ抽出器名の配列。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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[]
事前構築済みのエンティティ抽出器名の配列。
- callback
コールバック。
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<ModelAddSubListResponse>
Promise<Models.ModelAddSubListResponse>
addSubList(string, string, string, WordListObject, RequestOptionsBase, ServiceCallback<number>)
function addSubList(appId: string, versionId: string, clEntityId: string, wordListCreateObject: WordListObject, options: RequestOptionsBase, callback: ServiceCallback<number>)
パラメーター
- appId
-
string
アプリケーション 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<ModelCreateEntityRoleResponse>
Promise<Models.ModelCreateEntityRoleResponse>
createEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelCreateRegexEntityModelResponse>
Promise<Models.ModelCreateRegexEntityModelResponse>
createRegexEntityModel(string, string, RegexModelCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createRegexEntityModel(appId: string, versionId: string, regexEntityExtractorCreateObj: RegexModelCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelCreateRegexEntityRoleResponse>
Promise<Models.ModelCreateRegexEntityRoleResponse>
createRegexEntityRole(string, string, string, EntityRoleCreateObject, RequestOptionsBase, ServiceCallback<string>)
function createRegexEntityRole(appId: string, versionId: string, entityId: string, entityRoleCreateObject: EntityRoleCreateObject, options: RequestOptionsBase, callback: ServiceCallback<string>)
パラメーター
- appId
-
string
アプリケーション 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<ModelDeleteClosedListResponse>
Promise<Models.ModelDeleteClosedListResponse>
deleteClosedList(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ モデル ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeleteCompositeEntityResponse>
Promise<Models.ModelDeleteCompositeEntityResponse>
deleteCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeleteCustomEntityRoleResponse>
Promise<Models.ModelDeleteCustomEntityRoleResponse>
deleteCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteCustomEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeleteEntityResponse>
Promise<Models.ModelDeleteEntityResponse>
deleteEntity(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器または子エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelDeleteEntityFeatureResponse>
Promise<Models.ModelDeleteEntityFeatureResponse>
deleteEntityFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- featureRelationDeleteObject
- ModelFeatureInformation
削除する特徴関係を含む特徴情報オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteEntityFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteEntityFeature(appId: string, versionId: string, entityId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- featureRelationDeleteObject
- ModelFeatureInformation
削除する特徴関係を含む特徴情報オブジェクト。
- callback
コールバック。
deleteEntityRole(string, string, string, string, RequestOptionsBase)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options?: RequestOptionsBase): Promise<ModelDeleteEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelDeleteEntityRoleResponse>
Promise<Models.ModelDeleteEntityRoleResponse>
deleteEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelDeleteExplicitListItemResponse>
Promise<Models.ModelDeleteExplicitListItemResponse>
deleteExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
pattern.any エンティティ ID。
- itemId
-
number
削除される明示的なリスト アイテム。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteExplicitListItem(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
pattern.any エンティティ ID。
- itemId
-
number
削除される明示的なリスト アイテム。
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeleteIntentResponse>
Promise<Models.ModelDeleteIntentResponse>
deleteIntent(string, string, string, ModelDeleteIntentOptionalParams, ServiceCallback<OperationStatus>)
function deleteIntent(appId: string, versionId: string, intentId: string, options: ModelDeleteIntentOptionalParams, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- options
- ModelDeleteIntentOptionalParams
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelDeleteIntentFeatureResponse>
Promise<Models.ModelDeleteIntentFeatureResponse>
deleteIntentFeature(string, string, string, ModelFeatureInformation, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- featureRelationDeleteObject
- ModelFeatureInformation
削除する特徴関係を含む特徴情報オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteIntentFeature(string, string, string, ModelFeatureInformation, ServiceCallback<OperationStatus>)
function deleteIntentFeature(appId: string, versionId: string, intentId: string, featureRelationDeleteObject: ModelFeatureInformation, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- featureRelationDeleteObject
- ModelFeatureInformation
削除する特徴関係を含む特徴情報オブジェクト。
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeletePrebuiltResponse>
Promise<Models.ModelDeletePrebuiltResponse>
deletePrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deletePrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- prebuiltId
-
string
事前構築済みのエンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelDeleteRegexEntityModelResponse>
Promise<Models.ModelDeleteRegexEntityModelResponse>
deleteRegexEntityModel(string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteRegexEntityModel(appId: string, versionId: string, regexEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- regexEntityId
-
string
正規表現エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelDeleteRegexEntityRoleResponse>
Promise<Models.ModelDeleteRegexEntityRoleResponse>
deleteRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteRegexEntityRole(string, string, string, string, ServiceCallback<OperationStatus>)
function deleteRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelDeleteSubListResponse>
Promise<Models.ModelDeleteSubListResponse>
deleteSubList(string, string, string, number, RequestOptionsBase, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ抽出器 ID。
- subListId
-
number
サブリスト ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
deleteSubList(string, string, string, number, ServiceCallback<OperationStatus>)
function deleteSubList(appId: string, versionId: string, clEntityId: string, subListId: number, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ抽出器 ID。
- subListId
-
number
サブリスト ID。
- callback
コールバック。
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)。
省略可能なパラメーター
戻り値
Promise<ModelExamplesMethodResponse>
Promise<Models.ModelExamplesMethodResponse>
examplesMethod(string, string, string, ModelExamplesMethodOptionalParams, ServiceCallback<LabelTextObject[]>)
function examplesMethod(appId: string, versionId: string, modelId: string, options: ModelExamplesMethodOptionalParams, callback: ServiceCallback<LabelTextObject[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- modelId
-
string
モデルの ID (GUID)。
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelGetClosedListResponse>
Promise<Models.ModelGetClosedListResponse>
getClosedList(string, string, string, RequestOptionsBase, ServiceCallback<ClosedListEntityExtractor>)
function getClosedList(appId: string, versionId: string, clEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<ClosedListEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト モデル ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetClosedListEntityRoleResponse>
Promise<Models.ModelGetClosedListEntityRoleResponse>
getClosedListEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getClosedListEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelGetCompositeEntityResponse>
Promise<Models.ModelGetCompositeEntityResponse>
getCompositeEntity(string, string, string, RequestOptionsBase, ServiceCallback<CompositeEntityExtractor>)
function getCompositeEntity(appId: string, versionId: string, cEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<CompositeEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetCompositeEntityRoleResponse>
Promise<Models.ModelGetCompositeEntityRoleResponse>
getCompositeEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getCompositeEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelGetCustomEntityRoleResponse>
Promise<Models.ModelGetCustomEntityRoleResponse>
getCustomEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getCustomEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getCustomEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelGetEntityResponse>
Promise<Models.ModelGetEntityResponse>
getEntity(string, string, string, RequestOptionsBase, ServiceCallback<NDepthEntityExtractor>)
function getEntity(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<NDepthEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetEntityFeaturesResponse>
Promise<Models.ModelGetEntityFeaturesResponse>
getEntityFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
function getEntityFeatures(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetEntityRoleResponse>
Promise<Models.ModelGetEntityRoleResponse>
getEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelGetExplicitListResponse>
Promise<Models.ModelGetExplicitListResponse>
getExplicitList(string, string, string, RequestOptionsBase, ServiceCallback<ExplicitListItem[]>)
function getExplicitList(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelGetExplicitListItemResponse>
Promise<Models.ModelGetExplicitListItemResponse>
getExplicitListItem(string, string, string, number, RequestOptionsBase, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, options: RequestOptionsBase, callback: ServiceCallback<ExplicitListItem>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ ID。
- itemId
-
number
明示的なリスト アイテム ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getExplicitListItem(string, string, string, number, ServiceCallback<ExplicitListItem>)
function getExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, callback: ServiceCallback<ExplicitListItem>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ ID。
- itemId
-
number
明示的なリスト アイテム ID。
- callback
コールバック。
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<ModelGetHierarchicalEntityResponse>
Promise<Models.ModelGetHierarchicalEntityResponse>
getHierarchicalEntity(string, string, string, RequestOptionsBase, ServiceCallback<HierarchicalEntityExtractor>)
function getHierarchicalEntity(appId: string, versionId: string, hEntityId: string, options: RequestOptionsBase, callback: ServiceCallback<HierarchicalEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- hEntityId
-
string
階層エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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
コールバック。
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
コールバック。
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<ModelGetIntentResponse>
Promise<Models.ModelGetIntentResponse>
getIntent(string, string, string, RequestOptionsBase, ServiceCallback<IntentClassifier>)
function getIntent(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<IntentClassifier>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetIntentFeaturesResponse>
Promise<Models.ModelGetIntentFeaturesResponse>
getIntentFeatures(string, string, string, RequestOptionsBase, ServiceCallback<ModelFeatureInformation[]>)
function getIntentFeatures(appId: string, versionId: string, intentId: string, options: RequestOptionsBase, callback: ServiceCallback<ModelFeatureInformation[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetPatternAnyEntityInfoResponse>
Promise<Models.ModelGetPatternAnyEntityInfoResponse>
getPatternAnyEntityInfo(string, string, string, RequestOptionsBase, ServiceCallback<PatternAnyEntityExtractor>)
function getPatternAnyEntityInfo(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<PatternAnyEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetPatternAnyEntityRoleResponse>
Promise<Models.ModelGetPatternAnyEntityRoleResponse>
getPatternAnyEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getPatternAnyEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPatternAnyEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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<ModelGetPrebuiltResponse>
Promise<Models.ModelGetPrebuiltResponse>
getPrebuilt(string, string, string, RequestOptionsBase, ServiceCallback<PrebuiltEntityExtractor>)
function getPrebuilt(appId: string, versionId: string, prebuiltId: string, options: RequestOptionsBase, callback: ServiceCallback<PrebuiltEntityExtractor>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- prebuiltId
-
string
事前構築済みのエンティティ抽出器 ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetPrebuiltEntityRoleResponse>
Promise<Models.ModelGetPrebuiltEntityRoleResponse>
getPrebuiltEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getPrebuiltEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getPrebuiltEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
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<ModelGetRegexEntityRoleResponse>
Promise<Models.ModelGetRegexEntityRoleResponse>
getRegexEntityRole(string, string, string, string, RequestOptionsBase, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
getRegexEntityRole(string, string, string, string, ServiceCallback<EntityRole>)
function getRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, callback: ServiceCallback<EntityRole>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
listClosedLists(string, string, ModelListClosedListsOptionalParams)
アプリケーションのバージョン内のすべてのリスト エンティティ モデルに関する情報を取得します。
function listClosedLists(appId: string, versionId: string, options?: ModelListClosedListsOptionalParams): Promise<ModelListClosedListsResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
省略可能なパラメーター
戻り値
Promise<ModelListClosedListsResponse>
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。
省略可能なパラメーター
- callback
コールバック。
listClosedLists(string, string, ServiceCallback<ClosedListEntityExtractor[]>)
function listClosedLists(appId: string, versionId: string, callback: ServiceCallback<ClosedListEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
listCompositeEntities(string, string, ModelListCompositeEntitiesOptionalParams)
アプリケーションのバージョン内のすべての複合エンティティ モデルに関する情報を取得します。
function listCompositeEntities(appId: string, versionId: string, options?: ModelListCompositeEntitiesOptionalParams): Promise<ModelListCompositeEntitiesResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
省略可能なパラメーター
戻り値
Promise<ModelListCompositeEntitiesResponse>
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。
省略可能なパラメーター
- callback
コールバック。
listCompositeEntities(string, string, ServiceCallback<CompositeEntityExtractor[]>)
function listCompositeEntities(appId: string, versionId: string, callback: ServiceCallback<CompositeEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
listCustomPrebuiltEntities(string, string, ServiceCallback<EntityExtractor[]>)
function listCustomPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<EntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
listCustomPrebuiltIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listCustomPrebuiltIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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
省略可能なパラメーター
- callback
コールバック。
listCustomPrebuiltModels(string, string, ServiceCallback<CustomPrebuiltModel[]>)
function listCustomPrebuiltModels(appId: string, versionId: string, callback: ServiceCallback<CustomPrebuiltModel[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
listEntities(string, string, ModelListEntitiesOptionalParams)
アプリケーションのバージョン内のすべての単純なエンティティ モデルに関する情報を取得します。
function listEntities(appId: string, versionId: string, options?: ModelListEntitiesOptionalParams): Promise<ModelListEntitiesResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListEntitiesOptionalParams
省略可能なパラメーター
戻り値
Promise<ModelListEntitiesResponse>
Promise<Models.ModelListEntitiesResponse>
listEntities(string, string, ModelListEntitiesOptionalParams, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, options: ModelListEntitiesOptionalParams, callback: ServiceCallback<NDepthEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListEntitiesOptionalParams
省略可能なパラメーター
- callback
コールバック。
listEntities(string, string, ServiceCallback<NDepthEntityExtractor[]>)
function listEntities(appId: string, versionId: string, callback: ServiceCallback<NDepthEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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<ModelListEntityRolesResponse>
Promise<Models.ModelListEntityRolesResponse>
listEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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
強化するターゲット エンティティ抽出モデル。
省略可能なパラメーター
戻り値
Promise<ModelListEntitySuggestionsResponse>
Promise<Models.ModelListEntitySuggestionsResponse>
listEntitySuggestions(string, string, string, ModelListEntitySuggestionsOptionalParams, ServiceCallback<EntitiesSuggestionExample[]>)
function listEntitySuggestions(appId: string, versionId: string, entityId: string, options: ModelListEntitySuggestionsOptionalParams, callback: ServiceCallback<EntitiesSuggestionExample[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
強化するターゲット エンティティ抽出モデル。
省略可能なパラメーター
- callback
コールバック。
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
強化するターゲット エンティティ抽出モデル。
- callback
コールバック。
listHierarchicalEntities(string, string, ModelListHierarchicalEntitiesOptionalParams)
アプリケーションのバージョン内のすべての階層エンティティ モデルに関する情報を取得します。
function listHierarchicalEntities(appId: string, versionId: string, options?: ModelListHierarchicalEntitiesOptionalParams): Promise<ModelListHierarchicalEntitiesResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
省略可能なパラメーター
戻り値
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。
省略可能なパラメーター
- callback
コールバック。
listHierarchicalEntities(string, string, ServiceCallback<HierarchicalEntityExtractor[]>)
function listHierarchicalEntities(appId: string, versionId: string, callback: ServiceCallback<HierarchicalEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
listIntents(string, string, ModelListIntentsOptionalParams)
アプリケーションのバージョンの意図モデルに関する情報を取得します。
function listIntents(appId: string, versionId: string, options?: ModelListIntentsOptionalParams): Promise<ModelListIntentsResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListIntentsOptionalParams
省略可能なパラメーター
戻り値
Promise<ModelListIntentsResponse>
Promise<Models.ModelListIntentsResponse>
listIntents(string, string, ModelListIntentsOptionalParams, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, options: ModelListIntentsOptionalParams, callback: ServiceCallback<IntentClassifier[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListIntentsOptionalParams
省略可能なパラメーター
- callback
コールバック。
listIntents(string, string, ServiceCallback<IntentClassifier[]>)
function listIntents(appId: string, versionId: string, callback: ServiceCallback<IntentClassifier[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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。
省略可能なパラメーター
戻り値
Promise<ModelListIntentSuggestionsResponse>
Promise<Models.ModelListIntentSuggestionsResponse>
listIntentSuggestions(string, string, string, ModelListIntentSuggestionsOptionalParams, ServiceCallback<IntentsSuggestionExample[]>)
function listIntentSuggestions(appId: string, versionId: string, intentId: string, options: ModelListIntentSuggestionsOptionalParams, callback: ServiceCallback<IntentsSuggestionExample[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
省略可能なパラメーター
- callback
コールバック。
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。
- callback
コールバック。
listModels(string, string, ModelListModelsOptionalParams)
アプリケーションのバージョン内のすべての意図モデルとエンティティ モデルに関する情報を取得します。
function listModels(appId: string, versionId: string, options?: ModelListModelsOptionalParams): Promise<ModelListModelsResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListModelsOptionalParams
省略可能なパラメーター
戻り値
Promise<ModelListModelsResponse>
Promise<Models.ModelListModelsResponse>
listModels(string, string, ModelListModelsOptionalParams, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, options: ModelListModelsOptionalParams, callback: ServiceCallback<ModelInfoResponse[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListModelsOptionalParams
省略可能なパラメーター
- callback
コールバック。
listModels(string, string, ServiceCallback<ModelInfoResponse[]>)
function listModels(appId: string, versionId: string, callback: ServiceCallback<ModelInfoResponse[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
listPatternAnyEntityInfos(string, string, ModelListPatternAnyEntityInfosOptionalParams)
function listPatternAnyEntityInfos(appId: string, versionId: string, options?: ModelListPatternAnyEntityInfosOptionalParams): Promise<ModelListPatternAnyEntityInfosResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
省略可能なパラメーター
戻り値
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。
省略可能なパラメーター
- callback
コールバック。
listPatternAnyEntityInfos(string, string, ServiceCallback<PatternAnyEntityExtractor[]>)
function listPatternAnyEntityInfos(appId: string, versionId: string, callback: ServiceCallback<PatternAnyEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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
コールバック。
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
コールバック。
listPrebuiltEntities(string, string, RequestOptionsBase)
アプリケーションのバージョンで使用可能なすべての事前構築済みエンティティを取得します。
function listPrebuiltEntities(appId: string, versionId: string, options?: RequestOptionsBase): Promise<ModelListPrebuiltEntitiesResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelListPrebuiltEntitiesResponse>
Promise<Models.ModelListPrebuiltEntitiesResponse>
listPrebuiltEntities(string, string, RequestOptionsBase, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, options: RequestOptionsBase, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
listPrebuiltEntities(string, string, ServiceCallback<AvailablePrebuiltEntityModel[]>)
function listPrebuiltEntities(appId: string, versionId: string, callback: ServiceCallback<AvailablePrebuiltEntityModel[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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<ModelListPrebuiltEntityRolesResponse>
Promise<Models.ModelListPrebuiltEntityRolesResponse>
listPrebuiltEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listPrebuiltEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams)
アプリケーションのバージョン内のすべての事前構築済みエンティティに関する情報を取得します。
function listPrebuilts(appId: string, versionId: string, options?: ModelListPrebuiltsOptionalParams): Promise<ModelListPrebuiltsResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListPrebuiltsOptionalParams
省略可能なパラメーター
戻り値
Promise<ModelListPrebuiltsResponse>
Promise<Models.ModelListPrebuiltsResponse>
listPrebuilts(string, string, ModelListPrebuiltsOptionalParams, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, options: ModelListPrebuiltsOptionalParams, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- options
- ModelListPrebuiltsOptionalParams
省略可能なパラメーター
- callback
コールバック。
listPrebuilts(string, string, ServiceCallback<PrebuiltEntityExtractor[]>)
function listPrebuilts(appId: string, versionId: string, callback: ServiceCallback<PrebuiltEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
listRegexEntityInfos(string, string, ModelListRegexEntityInfosOptionalParams)
function listRegexEntityInfos(appId: string, versionId: string, options?: ModelListRegexEntityInfosOptionalParams): Promise<ModelListRegexEntityInfosResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
省略可能なパラメーター
戻り値
Promise<ModelListRegexEntityInfosResponse>
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。
省略可能なパラメーター
- callback
コールバック。
listRegexEntityInfos(string, string, ServiceCallback<RegexEntityExtractor[]>)
function listRegexEntityInfos(appId: string, versionId: string, callback: ServiceCallback<RegexEntityExtractor[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- callback
コールバック。
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<ModelListRegexEntityRolesResponse>
Promise<Models.ModelListRegexEntityRolesResponse>
listRegexEntityRoles(string, string, string, RequestOptionsBase, ServiceCallback<EntityRole[]>)
function listRegexEntityRoles(appId: string, versionId: string, entityId: string, options: RequestOptionsBase, callback: ServiceCallback<EntityRole[]>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
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
コールバック。
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<ModelPatchClosedListResponse>
Promise<Models.ModelPatchClosedListResponse>
patchClosedList(string, string, string, ClosedListModelPatchObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ モデル ID。
- closedListModelPatchObject
- ClosedListModelPatchObject
単語リストバッチ。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
patchClosedList(string, string, string, ClosedListModelPatchObject, ServiceCallback<OperationStatus>)
function patchClosedList(appId: string, versionId: string, clEntityId: string, closedListModelPatchObject: ClosedListModelPatchObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ モデル ID。
- closedListModelPatchObject
- ClosedListModelPatchObject
単語リストバッチ。
- callback
コールバック。
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase)
アプリケーションのバージョンでエンティティによって使用される機能の情報を更新します。
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options?: RequestOptionsBase): Promise<ModelReplaceEntityFeaturesResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- featureRelationsUpdateObject
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelReplaceEntityFeaturesResponse>
Promise<Models.ModelReplaceEntityFeaturesResponse>
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- featureRelationsUpdateObject
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
replaceEntityFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceEntityFeatures(appId: string, versionId: string, entityId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器 ID。
- featureRelationsUpdateObject
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- callback
コールバック。
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
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelReplaceIntentFeaturesResponse>
Promise<Models.ModelReplaceIntentFeaturesResponse>
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], RequestOptionsBase, ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- featureRelationsUpdateObject
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
replaceIntentFeatures(string, string, string, ModelFeatureInformation[], ServiceCallback<OperationStatus>)
function replaceIntentFeatures(appId: string, versionId: string, intentId: string, featureRelationsUpdateObject: ModelFeatureInformation[], callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- featureRelationsUpdateObject
新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。
- callback
コールバック。
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<ModelUpdateClosedListResponse>
Promise<Models.ModelUpdateClosedListResponse>
updateClosedList(string, string, string, ClosedListModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト モデル ID。
- closedListModelUpdateObject
- ClosedListModelUpdateObject
新しいリスト エンティティ名と単語リスト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateClosedList(string, string, string, ClosedListModelUpdateObject, ServiceCallback<OperationStatus>)
function updateClosedList(appId: string, versionId: string, clEntityId: string, closedListModelUpdateObject: ClosedListModelUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト モデル ID。
- closedListModelUpdateObject
- ClosedListModelUpdateObject
新しいリスト エンティティ名と単語リスト。
- callback
コールバック。
updateClosedListEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateClosedListEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateClosedListEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション 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
コールバック。
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
コールバック。
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<ModelUpdateCompositeEntityResponse>
Promise<Models.ModelUpdateCompositeEntityResponse>
updateCompositeEntity(string, string, string, CompositeEntityModel, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- compositeModelUpdateObject
- CompositeEntityModel
新しいエンティティ抽出子の名前と子を含むモデル オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateCompositeEntity(string, string, string, CompositeEntityModel, ServiceCallback<OperationStatus>)
function updateCompositeEntity(appId: string, versionId: string, cEntityId: string, compositeModelUpdateObject: CompositeEntityModel, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- cEntityId
-
string
複合エンティティ抽出器 ID。
- compositeModelUpdateObject
- CompositeEntityModel
新しいエンティティ抽出子の名前と子を含むモデル オブジェクト。
- callback
コールバック。
updateCompositeEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateCompositeEntityRole(appId: string, versionId: string, cEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateCompositeEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション 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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase)
エンティティ抽出器の名前、または子エンティティ抽出器の名前と 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
新しいエンティティ抽出器の名前、または子エンティティ抽出器のモデルの名前とインスタンスを含む model オブジェクト
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelUpdateEntityChildResponse>
Promise<Models.ModelUpdateEntityChildResponse>
updateEntityChild(string, string, string, EntityModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器または子エンティティ抽出子 ID。
- entityModelUpdateObject
- EntityModelUpdateObject
新しいエンティティ抽出器の名前、または子エンティティ抽出器のモデルの名前とインスタンスを含む model オブジェクト
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateEntityChild(string, string, string, EntityModelUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityChild(appId: string, versionId: string, entityId: string, entityModelUpdateObject: EntityModelUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ抽出器または子エンティティ抽出子 ID。
- entityModelUpdateObject
- EntityModelUpdateObject
新しいエンティティ抽出器の名前、または子エンティティ抽出器のモデルの名前とインスタンスを含む model オブジェクト
- callback
コールバック。
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelUpdateEntityRoleResponse>
Promise<Models.ModelUpdateEntityRoleResponse>
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- callback
コールバック。
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateExplicitListItemResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ抽出器 ID。
- itemId
-
number
明示的なリスト アイテム ID。
新しい明示的なリスト アイテム。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelUpdateExplicitListItemResponse>
Promise<Models.ModelUpdateExplicitListItemResponse>
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ抽出器 ID。
- itemId
-
number
明示的なリスト アイテム ID。
新しい明示的なリスト アイテム。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateExplicitListItem(string, string, string, number, ExplicitListItemUpdateObject, ServiceCallback<OperationStatus>)
function updateExplicitListItem(appId: string, versionId: string, entityId: string, itemId: number, item: ExplicitListItemUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
Pattern.Any エンティティ抽出器 ID。
- itemId
-
number
明示的なリスト アイテム ID。
新しい明示的なリスト アイテム。
- callback
コールバック。
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
コールバック。
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
コールバック。
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, RequestOptionsBase)
アプリケーションのバージョン内の既存の階層エンティティ モデルの 1 つの子の名前を変更します。
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
階層エンティティの子の新しい名前を含む Model オブジェクト。
- 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
階層エンティティの子の新しい名前を含む Model オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateHierarchicalEntityChild(string, string, string, string, HierarchicalChildModelUpdateObject, ServiceCallback<OperationStatus>)
function updateHierarchicalEntityChild(appId: string, versionId: string, hEntityId: string, hChildId: string, hierarchicalChildModelUpdateObject: HierarchicalChildModelUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- hEntityId
-
string
階層エンティティ抽出器 ID。
- hChildId
-
string
階層エンティティ抽出子 ID。
- hierarchicalChildModelUpdateObject
- HierarchicalChildModelUpdateObject
階層エンティティの子の新しい名前を含む Model オブジェクト。
- callback
コールバック。
updateHierarchicalEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateHierarchicalEntityRole(appId: string, versionId: string, hEntityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateHierarchicalEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション 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
コールバック。
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
コールバック。
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<ModelUpdateIntentResponse>
Promise<Models.ModelUpdateIntentResponse>
updateIntent(string, string, string, ModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- modelUpdateObject
- ModelUpdateObject
新しい意図名を含むモデル オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateIntent(string, string, string, ModelUpdateObject, ServiceCallback<OperationStatus>)
function updateIntent(appId: string, versionId: string, intentId: string, modelUpdateObject: ModelUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- intentId
-
string
意図分類子 ID。
- modelUpdateObject
- ModelUpdateObject
新しい意図名を含むモデル オブジェクト。
- callback
コールバック。
updatePatternAnyEntityModel(string, string, string, PatternAnyModelUpdateObject, RequestOptionsBase)
function updatePatternAnyEntityModel(appId: string, versionId: string, entityId: string, patternAnyUpdateObject: PatternAnyModelUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdatePatternAnyEntityModelResponse>
パラメーター
- appId
-
string
アプリケーション 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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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
コールバック。
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<ModelUpdateRegexEntityModelResponse>
Promise<Models.ModelUpdateRegexEntityModelResponse>
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- regexEntityId
-
string
正規表現エンティティ抽出器 ID。
- regexEntityUpdateObject
- RegexModelUpdateObject
新しいエンティティ名と正規表現パターンを含む オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateRegexEntityModel(string, string, string, RegexModelUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityModel(appId: string, versionId: string, regexEntityId: string, regexEntityUpdateObject: RegexModelUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- regexEntityId
-
string
正規表現エンティティ抽出器 ID。
- regexEntityUpdateObject
- RegexModelUpdateObject
新しいエンティティ名と正規表現パターンを含む オブジェクト。
- callback
コールバック。
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options?: RequestOptionsBase): Promise<ModelUpdateRegexEntityRoleResponse>
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ModelUpdateRegexEntityRoleResponse>
Promise<Models.ModelUpdateRegexEntityRoleResponse>
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateRegexEntityRole(string, string, string, string, EntityRoleUpdateObject, ServiceCallback<OperationStatus>)
function updateRegexEntityRole(appId: string, versionId: string, entityId: string, roleId: string, entityRoleUpdateObject: EntityRoleUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- entityId
-
string
エンティティ ID。
- roleId
-
string
エンティティ ロール ID。
- entityRoleUpdateObject
- EntityRoleUpdateObject
新しいエンティティ ロール。
- callback
コールバック。
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase)
アプリケーションのバージョン内のリスト エンティティのサブリストの 1 つを更新します。
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<ModelUpdateSubListResponse>
Promise<Models.ModelUpdateSubListResponse>
updateSubList(string, string, string, number, WordListBaseUpdateObject, RequestOptionsBase, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, options: RequestOptionsBase, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ抽出器 ID。
- subListId
-
number
サブリスト ID。
- wordListBaseUpdateObject
- WordListBaseUpdateObject
新しい正規形式と単語のリストを含むサブリスト更新オブジェクト。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック。
updateSubList(string, string, string, number, WordListBaseUpdateObject, ServiceCallback<OperationStatus>)
function updateSubList(appId: string, versionId: string, clEntityId: string, subListId: number, wordListBaseUpdateObject: WordListBaseUpdateObject, callback: ServiceCallback<OperationStatus>)
パラメーター
- appId
-
string
アプリケーション ID。
- versionId
-
string
バージョン ID。
- clEntityId
-
string
リスト エンティティ抽出器 ID。
- subListId
-
number
サブリスト ID。
- wordListBaseUpdateObject
- WordListBaseUpdateObject
新しい正規形式と単語のリストを含むサブリスト更新オブジェクト。
- callback
コールバック。