ModelOperations クラス

ModelOperations 操作。

このクラスを直接インスタンス化するのではなく、クライアント インスタンスを作成して属性としてアタッチします。

継承
builtins.object
ModelOperations

コンストラクター

ModelOperations(client, config, serializer, deserializer)

パラメーター

名前 説明
client
必須

サービス要求のクライアント。

config
必須

サービス クライアントの構成。

serializer
必須

オブジェクト モデル シリアライザー。

deserializer
必須

オブジェクト モデル逆シリアライザー。

メソッド

add_closed_list

アプリケーションのバージョンにリスト エンティティ モデルを追加します。

add_composite_entity_child

アプリケーションのバージョンの既存の複合エンティティ モデルに 1 つの子を作成します。

add_custom_prebuilt_domain

アプリケーションのバージョンで、カスタマイズ可能な事前構築済みドメインとそのすべての意図モデルとエンティティ モデルを追加します。

add_custom_prebuilt_entity

事前構築済みのエンティティ モデルをアプリケーションのバージョンに追加します。

add_custom_prebuilt_intent

カスタマイズ可能な事前構築済み意図モデルをアプリケーションのバージョンに追加します。

add_entity

アプリケーションのバージョンにエンティティ抽出器を追加します。

add_entity_child

アプリケーションのバージョンの既存のエンティティ モデル階層に 1 つの子を作成します。

add_explicit_list_item

アプリケーションのバージョンの Pattern.Any エンティティの明示的なリストに新しい例外を追加します。

add_intent

アプリケーションのバージョンに意図を追加します。

add_prebuilt

事前構築済みエンティティの一覧をアプリケーションのバージョンに追加します。

add_sub_list

アプリケーションのバージョンの既存のリスト エンティティにサブリストを追加します。

create_closed_list_entity_role

アプリケーションのバージョンでリスト エンティティのロールを作成します。

create_composite_entity_role

アプリケーションのバージョンで複合エンティティのロールを作成します。

create_custom_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを作成します。

create_entity_role

アプリケーションのバージョンでエンティティ ロールを作成します。

create_hierarchical_entity_role

アプリケーションのバージョンで階層エンティティのロールを作成します。

create_pattern_any_entity_model

pattern.any エンティティ抽出器をアプリケーションのバージョンに追加します。

create_pattern_any_entity_role

アプリケーションのバージョンで Pattern.any エンティティのロールを作成します。

create_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを作成します。

create_regex_entity_model

アプリケーションのバージョンに正規表現エンティティ モデルを追加します。

create_regex_entity_role

アプリケーションのバージョンで正規表現エンティティのロールを作成します。

delete_closed_list

アプリケーションのバージョンからリスト エンティティ モデルを削除します。

delete_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティのロールを削除します。

delete_composite_entity

アプリケーションのバージョンから複合エンティティを削除します。

delete_composite_entity_child

アプリケーションのバージョンから複合エンティティ抽出子を削除します。

delete_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティのロールを削除します。

delete_custom_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを削除します。

delete_custom_prebuilt_domain

アプリケーションのバージョンで事前構築済みドメインのモデルを削除します。

delete_entity

アプリケーションのバージョンからエンティティまたは子を削除します。

delete_entity_feature

アプリケーションのバージョンでエンティティによって使用される特徴関係からリレーションを削除します。

delete_entity_role

アプリケーションのバージョンでエンティティ ロールを削除します。

delete_explicit_list_item

アプリケーションのバージョンの Pattern.any エンティティの明示的な (例外) リストから項目を削除します。

delete_hierarchical_entity

アプリケーションのバージョンから階層エンティティを削除します。

delete_hierarchical_entity_child

アプリケーションのバージョンで階層エンティティ抽出子を削除します。

delete_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層ロールのロールを削除します。

delete_intent

アプリケーションのバージョンから意図を削除します。

delete_intent_feature

アプリケーションのバージョンで意図によって使用される特徴関係からリレーションを削除します。

delete_pattern_any_entity_model

アプリケーションのバージョンから Pattern.Any エンティティ抽出器を削除します。

delete_pattern_any_entity_role

アプリケーションのバージョンで、特定の Pattern.any エンティティのロールを削除します。

delete_prebuilt

アプリケーションのバージョンから事前構築済みのエンティティ抽出器を削除します。

delete_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを削除します。

delete_regex_entity_model

アプリケーションのバージョンから正規表現エンティティを削除します。

delete_regex_entity_role

アプリケーションのバージョンで、特定の正規表現のロールを削除します。

delete_sub_list

アプリケーションのバージョンから特定のリスト エンティティ モデルのサブリストを削除します。

examples_method

アプリケーションのバージョンの特定の意図またはエンティティ モデルの発話の例を取得します。

get_closed_list

アプリケーションのバージョンのリスト エンティティに関する情報を取得します。

get_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティに対して 1 つのロールを取得します。

get_composite_entity

アプリケーションのバージョンの複合エンティティに関する情報を取得します。

get_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティに対して 1 つのロールを取得します。

get_custom_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティに対して 1 つのロールを取得します。

get_entity

アプリケーションのバージョンのエンティティ モデルに関する情報を取得します。

get_entity_features

アプリケーションのバージョンでエンティティによって使用される機能の情報を取得します。

get_entity_role

アプリケーションのバージョンで、特定のエンティティに対して 1 つのロールを取得します。

get_explicit_list

アプリケーションのバージョンの pattern.any エンティティの明示的な (例外) リストを取得します。

get_explicit_list_item

アプリケーションのバージョンの pattern.any エンティティの明示的な (例外) リストを取得します。

get_hierarchical_entity

アプリケーションのバージョンの階層エンティティに関する情報を取得します。

get_hierarchical_entity_child

アプリケーションのバージョンの階層エンティティ子モデルに含まれる子のモデルに関する情報を取得します。

get_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層エンティティに対して 1 つのロールを取得します。

get_intent

アプリケーションのバージョンの意図モデルに関する情報を取得します。

get_intent_features

アプリケーションのバージョンで意図によって使用される機能の情報を取得します。

get_pattern_any_entity_info

アプリケーションのバージョンの Pattern.Any モデルに関する情報を取得します。

get_pattern_any_entity_role

アプリケーションのバージョン内の特定の Pattern.any エンティティに対して 1 つのロールを取得します。

get_prebuilt

アプリケーションのバージョンの事前構築済みエンティティ モデルに関する情報を取得します。

get_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティに対して 1 つのロールを取得します。

get_regex_entity_entity_info

アプリケーションのバージョンの正規表現エンティティに関する情報を取得します。

get_regex_entity_role

アプリケーションのバージョンで、特定の正規表現エンティティに対して 1 つのロールを取得します。

list_closed_list_entity_roles

アプリケーションのバージョン内のリスト エンティティのすべてのロールを取得します。

list_closed_lists

アプリケーションのバージョン内のすべてのリスト エンティティ モデルに関する情報を取得します。

list_composite_entities

アプリケーションのバージョン内のすべての複合エンティティ モデルに関する情報を取得します。

list_composite_entity_roles

アプリケーションのバージョンで複合エンティティのすべてのロールを取得します。

list_custom_prebuilt_entities

アプリケーションのバージョンで使用されるすべての事前構築済みエンティティを取得します。

list_custom_prebuilt_entity_roles

アプリケーションのバージョンで事前構築済みエンティティのすべてのロールを取得します。

list_custom_prebuilt_intents

アプリケーションのバージョンに追加されたカスタマイズ可能な事前構築済み意図に関する情報を取得します。

list_custom_prebuilt_models

このアプリケーションのバージョンで使用されるすべての事前構築済みの意図とエンティティ モデル情報を取得します。

list_entities

アプリケーションのバージョン内のすべての単純なエンティティ モデルに関する情報を取得します。

list_entity_roles

アプリケーションのバージョン内のエンティティのすべてのロールを取得します。

list_entity_suggestions

アプリケーションのバージョンでエンティティ モデルの精度を向上させる発話の例を提案します。

list_hierarchical_entities

アプリケーションのバージョン内のすべての階層エンティティ モデルに関する情報を取得します。

list_hierarchical_entity_roles

アプリケーションのバージョンで階層エンティティのすべてのロールを取得します。

list_intent_suggestions

アプリケーションのバージョンで意図モデルの精度を向上させる発話の例を提案します。

list_intents

アプリケーションのバージョンの意図モデルに関する情報を取得します。

list_models

アプリケーションのバージョン内のすべての意図モデルとエンティティ モデルに関する情報を取得します。

list_pattern_any_entity_infos

アプリケーションのバージョンの Pattern.Any エンティティ モデルに関する情報を取得します。

list_pattern_any_entity_roles

アプリケーションのバージョンで Pattern.any エンティティのすべてのロールを取得します。

list_prebuilt_entities

アプリケーションのバージョンで使用可能なすべての事前構築済みエンティティを取得します。

list_prebuilt_entity_roles

アプリケーションのバージョンで事前構築済みエンティティのロールを取得します。

list_prebuilts

アプリケーションのバージョン内のすべての事前構築済みエンティティに関する情報を取得します。

list_regex_entity_infos

アプリケーションのバージョンの正規表現エンティティ モデルに関する情報を取得します。

list_regex_entity_roles

アプリケーションのバージョンで正規表現エンティティのすべてのロールを取得します。

patch_closed_list

アプリケーションのバージョンの既存のリスト エンティティにサブリストのバッチを追加します。

replace_entity_features

アプリケーションのバージョンでエンティティによって使用される機能の情報を更新します。

replace_intent_features

アプリケーションのバージョンで意図によって使用される機能の情報を更新します。

update_closed_list

アプリケーションのバージョンでリスト エンティティを更新します。

update_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティのロールを更新します。

update_composite_entity

アプリケーションのバージョンで複合エンティティを更新します。

update_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティのロールを更新します。

update_custom_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを更新します。

update_entity_child

エンティティ抽出器の名前、または子エンティティ抽出器の名前と instanceOf モデルを更新します。

update_entity_role

アプリケーションのバージョンで、特定のエンティティのロールを更新します。

update_explicit_list_item

アプリケーションのバージョンの Pattern.Any エンティティの明示的な (例外) リスト アイテムを更新します。

update_hierarchical_entity

アプリケーションのバージョンの階層エンティティ モデルの名前を更新します。

update_hierarchical_entity_child

アプリケーションのバージョン内の既存の階層エンティティ モデルの 1 つの子の名前を変更します。

update_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層エンティティのロールを更新します。

update_intent

アプリケーションのバージョンで意図の名前を更新します。

update_pattern_any_entity_model

アプリケーションのバージョンの Pattern.Any エンティティ モデルの名前と明示的 (例外) リストを更新します。

update_pattern_any_entity_role

アプリケーションのバージョンで、特定の Pattern.any エンティティのロールを更新します。

update_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを更新します。

update_regex_entity_model

アプリケーションのバージョンで正規表現エンティティを更新します。

update_regex_entity_role

アプリケーションのバージョンで、特定の正規表現エンティティのロールを更新します。

update_sub_list

アプリケーションのバージョンでリスト エンティティのサブリストの 1 つを更新します。

add_closed_list

アプリケーションのバージョンにリスト エンティティ モデルを追加します。

add_closed_list(app_id, version_id, sub_lists=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

sub_lists

機能のサブリスト。

既定値: None
name
str

リスト エンティティの名前。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_composite_entity_child

アプリケーションのバージョンの既存の複合エンティティ モデルに 1 つの子を作成します。

add_composite_entity_child(app_id, version_id, c_entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

name
str
既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_custom_prebuilt_domain

アプリケーションのバージョンで、カスタマイズ可能な事前構築済みドメインとそのすべての意図モデルとエンティティ モデルを追加します。

add_custom_prebuilt_domain(app_id, version_id, domain_name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

domain_name
str

ドメイン名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
list[str],
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は list または ClientRawResponse

例外

説明

add_custom_prebuilt_entity

事前構築済みのエンティティ モデルをアプリケーションのバージョンに追加します。

add_custom_prebuilt_entity(app_id, version_id, domain_name=None, model_name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

domain_name
str

ドメイン名。

既定値: None
model_name
str

意図名またはエンティティ名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_custom_prebuilt_intent

カスタマイズ可能な事前構築済み意図モデルをアプリケーションのバージョンに追加します。

add_custom_prebuilt_intent(app_id, version_id, domain_name=None, model_name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

domain_name
str

ドメイン名。

既定値: None
model_name
str

意図名またはエンティティ名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_entity

アプリケーションのバージョンにエンティティ抽出器を追加します。

add_entity(app_id, version_id, children=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

children

子エンティティ。

既定値: None
name
str

エンティティ名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_entity_child

アプリケーションのバージョンの既存のエンティティ モデル階層に 1 つの子を作成します。

add_entity_child(app_id, version_id, entity_id, child_entity_model_create_object, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

child_entity_model_create_object
必須

新しい子モデルとその子の名前を含むモデル オブジェクト。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_explicit_list_item

アプリケーションのバージョンの Pattern.Any エンティティの明示的なリストに新しい例外を追加します。

add_explicit_list_item(app_id, version_id, entity_id, explicit_list_item=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ抽出器 ID。

explicit_list_item
str

明示的なリスト アイテム。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
int,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は int または ClientRawResponse

例外

説明

add_intent

アプリケーションのバージョンに意図を追加します。

add_intent(app_id, version_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

name
str

新しいエンティティ抽出器の名前。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、str または ClientRawResponse

例外

説明

add_prebuilt

事前構築済みエンティティの一覧をアプリケーションのバージョンに追加します。

add_prebuilt(app_id, version_id, prebuilt_extractor_names, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

prebuilt_extractor_names
必須

事前構築済みのエンティティ抽出器名の配列。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は list または ClientRawResponse

例外

説明

add_sub_list

アプリケーションのバージョンの既存のリスト エンティティにサブリストを追加します。

add_sub_list(app_id, version_id, cl_entity_id, canonical_form=None, list=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト エンティティ抽出器 ID。

canonical_form
str

リストが表す標準フォーム。

既定値: None
list

シノニム語の一覧。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:long>,
<xref:msrest.pipeline.ClientRawResponse>

long または ClientRawResponse (raw=true の場合)

例外

説明

create_closed_list_entity_role

アプリケーションのバージョンでリスト エンティティのロールを作成します。

create_closed_list_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_composite_entity_role

アプリケーションのバージョンで複合エンティティのロールを作成します。

create_composite_entity_role(app_id, version_id, c_entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_custom_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを作成します。

create_custom_prebuilt_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_entity_role

アプリケーションのバージョンでエンティティ ロールを作成します。

create_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_hierarchical_entity_role

アプリケーションのバージョンで階層エンティティのロールを作成します。

create_hierarchical_entity_role(app_id, version_id, h_entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_pattern_any_entity_model

pattern.any エンティティ抽出器をアプリケーションのバージョンに追加します。

create_pattern_any_entity_model(app_id, version_id, name=None, explicit_list=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

name
str

モデル名。

既定値: None
explicit_list

Pattern.Any 明示的なリスト。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_pattern_any_entity_role

アプリケーションのバージョンで Pattern.any エンティティのロールを作成します。

create_pattern_any_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを作成します。

create_prebuilt_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_regex_entity_model

アプリケーションのバージョンに正規表現エンティティ モデルを追加します。

create_regex_entity_model(app_id, version_id, regex_pattern=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

regex_pattern
str

正規表現エンティティ パターン。

既定値: None
name
str

モデル名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

create_regex_entity_role

アプリケーションのバージョンで正規表現エンティティのロールを作成します。

create_regex_entity_role(app_id, version_id, entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ モデル ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
str,
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は str または ClientRawResponse

例外

説明

delete_closed_list

アプリケーションのバージョンからリスト エンティティ モデルを削除します。

delete_closed_list(app_id, version_id, cl_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト エンティティ モデル ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティのロールを削除します。

delete_closed_list_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_composite_entity

アプリケーションのバージョンから複合エンティティを削除します。

delete_composite_entity(app_id, version_id, c_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_composite_entity_child

アプリケーションのバージョンから複合エンティティ抽出子を削除します。

delete_composite_entity_child(app_id, version_id, c_entity_id, c_child_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

c_child_id
必須
str

階層エンティティ抽出子 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティのロールを削除します。

delete_composite_entity_role(app_id, version_id, c_entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_custom_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを削除します。

delete_custom_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_custom_prebuilt_domain

アプリケーションのバージョンで事前構築済みドメインのモデルを削除します。

delete_custom_prebuilt_domain(app_id, version_id, domain_name, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

domain_name
必須
str

ドメイン名。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_entity

アプリケーションのバージョンからエンティティまたは子を削除します。

delete_entity(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器または子エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_entity_feature

アプリケーションのバージョンでエンティティによって使用される特徴関係からリレーションを削除します。

delete_entity_feature(app_id, version_id, entity_id, feature_relation_delete_object, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

feature_relation_delete_object
必須

削除する特徴関係を含む特徴情報オブジェクト。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_entity_role

アプリケーションのバージョンでエンティティ ロールを削除します。

delete_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_explicit_list_item

アプリケーションのバージョンの Pattern.any エンティティの明示的な (例外) リストから項目を削除します。

delete_explicit_list_item(app_id, version_id, entity_id, item_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

pattern.any エンティティ ID。

item_id
必須
<xref:long>

削除される明示的なリスト アイテム。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_hierarchical_entity

アプリケーションのバージョンから階層エンティティを削除します。

delete_hierarchical_entity(app_id, version_id, h_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_hierarchical_entity_child

アプリケーションのバージョンで階層エンティティ抽出子を削除します。

delete_hierarchical_entity_child(app_id, version_id, h_entity_id, h_child_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

h_child_id
必須
str

階層エンティティ抽出子 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層ロールのロールを削除します。

delete_hierarchical_entity_role(app_id, version_id, h_entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_intent

アプリケーションのバージョンから意図を削除します。

delete_intent(app_id, version_id, intent_id, delete_utterances=False, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

delete_utterances

true の場合、意図の発話の例を削除します。 false の場合、発話の例を None 意図に移動します。 既定値は false です。

既定値: False
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_intent_feature

アプリケーションのバージョンで意図によって使用される特徴関係からリレーションを削除します。

delete_intent_feature(app_id, version_id, intent_id, feature_relation_delete_object, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

feature_relation_delete_object
必須

削除する特徴関係を含む特徴情報オブジェクト。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_pattern_any_entity_model

アプリケーションのバージョンから Pattern.Any エンティティ抽出器を削除します。

delete_pattern_any_entity_model(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_pattern_any_entity_role

アプリケーションのバージョンで、特定の Pattern.any エンティティのロールを削除します。

delete_pattern_any_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_prebuilt

アプリケーションのバージョンから事前構築済みのエンティティ抽出器を削除します。

delete_prebuilt(app_id, version_id, prebuilt_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

prebuilt_id
必須
str

事前構築済みのエンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_prebuilt_entity_role

アプリケーションのバージョンで事前構築済みエンティティのロールを削除します。

delete_prebuilt_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_regex_entity_model

アプリケーションのバージョンから正規表現エンティティを削除します。

delete_regex_entity_model(app_id, version_id, regex_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

regex_entity_id
必須
str

正規表現エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_regex_entity_role

アプリケーションのバージョンで、特定の正規表現のロールを削除します。

delete_regex_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

delete_sub_list

アプリケーションのバージョンから特定のリスト エンティティ モデルのサブリストを削除します。

delete_sub_list(app_id, version_id, cl_entity_id, sub_list_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト エンティティ抽出器 ID。

sub_list_id
必須
<xref:long>

サブリスト ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

examples_method

アプリケーションのバージョンの特定の意図またはエンティティ モデルの発話の例を取得します。

examples_method(app_id, version_id, model_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

model_id
必須
str

モデルの ID (GUID)。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返すエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は list または ClientRawResponse

例外

説明

get_closed_list

アプリケーションのバージョンのリスト エンティティに関する情報を取得します。

get_closed_list(app_id, version_id, cl_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト モデル ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

closedListEntityExtractor または ClientRawResponse (raw=true の場合)

例外

説明

get_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティに対して 1 つのロールを取得します。

get_closed_list_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_composite_entity

アプリケーションのバージョンの複合エンティティに関する情報を取得します。

get_composite_entity(app_id, version_id, c_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は CompositeEntityExtractor または ClientRawResponse

例外

説明

get_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティに対して 1 つのロールを取得します。

get_composite_entity_role(app_id, version_id, c_entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_custom_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティに対して 1 つのロールを取得します。

get_custom_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_entity

アプリケーションのバージョンのエンティティ モデルに関する情報を取得します。

get_entity(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合、NDepthEntityExtractor または ClientRawResponse

例外

説明

get_entity_features

アプリケーションのバージョンでエンティティによって使用される機能の情報を取得します。

get_entity_features(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は list または ClientRawResponse

例外

説明

get_entity_role

アプリケーションのバージョンで、特定のエンティティに対して 1 つのロールを取得します。

get_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_explicit_list

アプリケーションのバージョンの pattern.any エンティティの明示的な (例外) リストを取得します。

get_explicit_list(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は list または ClientRawResponse

例外

説明

get_explicit_list_item

アプリケーションのバージョンの pattern.any エンティティの明示的な (例外) リストを取得します。

get_explicit_list_item(app_id, version_id, entity_id, item_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ ID。

item_id
必須
<xref:long>

明示的なリスト アイテム ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は ExplicitListItem または ClientRawResponse

例外

説明

get_hierarchical_entity

アプリケーションのバージョンの階層エンティティに関する情報を取得します。

get_hierarchical_entity(app_id, version_id, h_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

hierarchyEntityExtractor または ClientRawResponse (raw=true の場合)

例外

説明

get_hierarchical_entity_child

アプリケーションのバージョンの階層エンティティ子モデルに含まれる子のモデルに関する情報を取得します。

get_hierarchical_entity_child(app_id, version_id, h_entity_id, h_child_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

h_child_id
必須
str

階層エンティティ抽出子 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は HierarchyChildEntity または ClientRawResponse

例外

説明

get_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層エンティティに対して 1 つのロールを取得します。

get_hierarchical_entity_role(app_id, version_id, h_entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_intent

アプリケーションのバージョンの意図モデルに関する情報を取得します。

get_intent(app_id, version_id, intent_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

raw=true の場合は IntentClassifier または ClientRawResponse

例外

説明

get_intent_features

アプリケーションのバージョンで意図によって使用される機能の情報を取得します。

get_intent_features(app_id, version_id, intent_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

get_pattern_any_entity_info

アプリケーションのバージョンの Pattern.Any モデルに関する情報を取得します。

get_pattern_any_entity_info(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

PatternAnyEntityExtractor または ClientRawResponse (raw=true の場合)

例外

説明

get_pattern_any_entity_role

アプリケーションのバージョン内の特定の Pattern.any エンティティに対して 1 つのロールを取得します。

get_pattern_any_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_prebuilt

アプリケーションのバージョンの事前構築済みエンティティ モデルに関する情報を取得します。

get_prebuilt(app_id, version_id, prebuilt_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

prebuilt_id
必須
str

事前構築済みのエンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

prebuiltEntityExtractor または ClientRawResponse (raw=true の場合)

例外

説明

get_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティに対して 1 つのロールを取得します。

get_prebuilt_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

get_regex_entity_entity_info

アプリケーションのバージョンの正規表現エンティティに関する情報を取得します。

get_regex_entity_entity_info(app_id, version_id, regex_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

regex_entity_id
必須
str

正規表現エンティティ モデル ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

regexEntityExtractor または ClientRawResponse (raw=true の場合)

例外

説明

get_regex_entity_role

アプリケーションのバージョンで、特定の正規表現エンティティに対して 1 つのロールを取得します。

get_regex_entity_role(app_id, version_id, entity_id, role_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

EntityRole または ClientRawResponse (raw=true の場合)

例外

説明

list_closed_list_entity_roles

アプリケーションのバージョン内のリスト エンティティのすべてのロールを取得します。

list_closed_list_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_closed_lists

アプリケーションのバージョン内のすべてのリスト エンティティ モデルに関する情報を取得します。

list_closed_lists(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_composite_entities

アプリケーションのバージョン内のすべての複合エンティティ モデルに関する情報を取得します。

list_composite_entities(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_composite_entity_roles

アプリケーションのバージョンで複合エンティティのすべてのロールを取得します。

list_composite_entity_roles(app_id, version_id, c_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_custom_prebuilt_entities

アプリケーションのバージョンで使用されるすべての事前構築済みエンティティを取得します。

list_custom_prebuilt_entities(app_id, version_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_custom_prebuilt_entity_roles

アプリケーションのバージョンで事前構築済みエンティティのすべてのロールを取得します。

list_custom_prebuilt_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_custom_prebuilt_intents

アプリケーションのバージョンに追加されたカスタマイズ可能な事前構築済み意図に関する情報を取得します。

list_custom_prebuilt_intents(app_id, version_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_custom_prebuilt_models

このアプリケーションのバージョンで使用されるすべての事前構築済みの意図とエンティティ モデル情報を取得します。

list_custom_prebuilt_models(app_id, version_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_entities

アプリケーションのバージョン内のすべての単純なエンティティ モデルに関する情報を取得します。

list_entities(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_entity_roles

アプリケーションのバージョン内のエンティティのすべてのロールを取得します。

list_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_entity_suggestions

アプリケーションのバージョンでエンティティ モデルの精度を向上させる発話の例を提案します。

list_entity_suggestions(app_id, version_id, entity_id, take=100, enable_nested_children=False, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

強化するターゲット エンティティ抽出モデル。

take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
enable_nested_children

入れ子/フラット形式を切り替えます

既定値: False
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_hierarchical_entities

アプリケーションのバージョン内のすべての階層エンティティ モデルに関する情報を取得します。

list_hierarchical_entities(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_hierarchical_entity_roles

アプリケーションのバージョンで階層エンティティのすべてのロールを取得します。

list_hierarchical_entity_roles(app_id, version_id, h_entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_intent_suggestions

アプリケーションのバージョンで意図モデルの精度を向上させる発話の例を提案します。

list_intent_suggestions(app_id, version_id, intent_id, take=100, enable_nested_children=False, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
enable_nested_children

入れ子/フラット形式を切り替えます

既定値: False
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_intents

アプリケーションのバージョンの意図モデルに関する情報を取得します。

list_intents(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_models

アプリケーションのバージョン内のすべての意図モデルとエンティティ モデルに関する情報を取得します。

list_models(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_pattern_any_entity_infos

アプリケーションのバージョンの Pattern.Any エンティティ モデルに関する情報を取得します。

list_pattern_any_entity_infos(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_pattern_any_entity_roles

アプリケーションのバージョンで Pattern.any エンティティのすべてのロールを取得します。

list_pattern_any_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_prebuilt_entities

アプリケーションのバージョンで使用可能なすべての事前構築済みエンティティを取得します。

list_prebuilt_entities(app_id, version_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_prebuilt_entity_roles

アプリケーションのバージョンで事前構築済みエンティティのロールを取得します。

list_prebuilt_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_prebuilts

アプリケーションのバージョン内のすべての事前構築済みエンティティに関する情報を取得します。

list_prebuilts(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_regex_entity_infos

アプリケーションのバージョンの正規表現エンティティ モデルに関する情報を取得します。

list_regex_entity_infos(app_id, version_id, skip=0, take=100, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

skip
int

スキップするエントリの数。 既定値は 0 です。

既定値: 0
take
int

返されるエントリの数。 最大ページ サイズは 500 です。既定値は 100 です。

既定値: 100
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

list_regex_entity_roles

アプリケーションのバージョンで正規表現エンティティのすべてのロールを取得します。

list_regex_entity_roles(app_id, version_id, entity_id, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

list または ClientRawResponse (raw=true の場合)

例外

説明

patch_closed_list

アプリケーションのバージョンの既存のリスト エンティティにサブリストのバッチを追加します。

patch_closed_list(app_id, version_id, cl_entity_id, sub_lists=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト エンティティ モデル ID。

sub_lists

追加するサブリスト。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

replace_entity_features

アプリケーションのバージョンでエンティティによって使用される機能の情報を更新します。

replace_entity_features(app_id, version_id, entity_id, feature_relations_update_object, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器 ID。

feature_relations_update_object
必須

新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

replace_intent_features

アプリケーションのバージョンで意図によって使用される機能の情報を更新します。

replace_intent_features(app_id, version_id, intent_id, feature_relations_update_object, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

feature_relations_update_object
必須

新しいフィーチャ リレーションを含むフィーチャ情報オブジェクトのリスト。

custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_closed_list

アプリケーションのバージョンでリスト エンティティを更新します。

update_closed_list(app_id, version_id, cl_entity_id, sub_lists=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト モデル ID。

sub_lists

機能の新しいサブリスト。

既定値: None
name
str

リスト エンティティの新しい名前。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_closed_list_entity_role

アプリケーションのバージョンで、特定のリスト エンティティのロールを更新します。

update_closed_list_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_composite_entity

アプリケーションのバージョンで複合エンティティを更新します。

update_composite_entity(app_id, version_id, c_entity_id, children=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

children

子エンティティ。

既定値: None
name
str

エンティティ名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_composite_entity_role

アプリケーションのバージョンで、特定の複合エンティティのロールを更新します。

update_composite_entity_role(app_id, version_id, c_entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

c_entity_id
必須
str

複合エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_custom_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを更新します。

update_custom_prebuilt_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_entity_child

エンティティ抽出器の名前、または子エンティティ抽出器の名前と instanceOf モデルを更新します。

update_entity_child(app_id, version_id, entity_id, name=None, instance_of=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ抽出器または子エンティティ抽出器 ID。

name
str

エンティティ名。

既定値: None
instance_of
str

モデル名のインスタンス

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_entity_role

アプリケーションのバージョンで、特定のエンティティのロールを更新します。

update_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_explicit_list_item

アプリケーションのバージョンの Pattern.Any エンティティの明示的な (例外) リスト アイテムを更新します。

update_explicit_list_item(app_id, version_id, entity_id, item_id, explicit_list_item=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ抽出器 ID。

item_id
必須
<xref:long>

明示的なリスト アイテム ID。

explicit_list_item
str

明示的なリスト アイテム。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_hierarchical_entity

アプリケーションのバージョンの階層エンティティ モデルの名前を更新します。

update_hierarchical_entity(app_id, version_id, h_entity_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

name
str

エンティティの新しい名前。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_hierarchical_entity_child

アプリケーションのバージョン内の既存の階層エンティティ モデルの 1 つの子の名前を変更します。

update_hierarchical_entity_child(app_id, version_id, h_entity_id, h_child_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

h_child_id
必須
str

階層エンティティ抽出子 ID。

name
str
既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_hierarchical_entity_role

アプリケーションのバージョンで、特定の階層エンティティのロールを更新します。

update_hierarchical_entity_role(app_id, version_id, h_entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

h_entity_id
必須
str

階層エンティティ抽出器 ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_intent

アプリケーションのバージョンで意図の名前を更新します。

update_intent(app_id, version_id, intent_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

intent_id
必須
str

意図分類子 ID。

name
str

エンティティの新しい名前。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_pattern_any_entity_model

アプリケーションのバージョンの Pattern.Any エンティティ モデルの名前と明示的 (例外) リストを更新します。

update_pattern_any_entity_model(app_id, version_id, entity_id, name=None, explicit_list=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

Pattern.Any エンティティ抽出器 ID。

name
str

モデル名。

既定値: None
explicit_list

Pattern.Any 明示的なリスト。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_pattern_any_entity_role

アプリケーションのバージョンで、特定の Pattern.any エンティティのロールを更新します。

update_pattern_any_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_prebuilt_entity_role

アプリケーションのバージョンで、特定の事前構築済みエンティティのロールを更新します。

update_prebuilt_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_regex_entity_model

アプリケーションのバージョンで正規表現エンティティを更新します。

update_regex_entity_model(app_id, version_id, regex_entity_id, regex_pattern=None, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

regex_entity_id
必須
str

正規表現エンティティ抽出器 ID。

regex_pattern
str

正規表現エンティティ パターン。

既定値: None
name
str

モデル名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_regex_entity_role

アプリケーションのバージョンで、特定の正規表現エンティティのロールを更新します。

update_regex_entity_role(app_id, version_id, entity_id, role_id, name=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

entity_id
必須
str

エンティティ ID。

role_id
必須
str

エンティティ ロール ID。

name
str

エンティティ ロール名。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作構成のオーバーライド

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

OperationStatus または ClientRawResponse (raw=true の場合)

例外

説明

update_sub_list

アプリケーションのバージョンでリスト エンティティのサブリストの 1 つを更新します。

update_sub_list(app_id, version_id, cl_entity_id, sub_list_id, canonical_form=None, list=None, custom_headers=None, raw=False, **operation_config)

パラメーター

名前 説明
app_id
必須
str

アプリケーション ID。

version_id
必須
str

バージョン ID。

cl_entity_id
必須
str

リスト エンティティ抽出器 ID。

sub_list_id
必須
<xref:long>

サブリスト ID。

canonical_form
str

リストが表す標準フォーム。

既定値: None
list

シノニム語の一覧。

既定値: None
custom_headers

要求に追加されるヘッダー

既定値: None
raw

は、逆シリアル化された応答と共に直接応答を返します

既定値: False
operation_config
必須

操作の構成がオーバーライドされます

戻り値

説明
<xref:msrest.pipeline.ClientRawResponse>

operationStatus または ClientRawResponse (raw=true の場合)

例外

説明

属性

models

models = <module 'azure.cognitiveservices.language.luis.authoring.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\cognitiveservices\\language\\luis\\authoring\\models\\__init__.py'>