Settings - List

アプリケーションのバージョンの設定を取得します。

GET {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/settings

URI パラメーター

名前 / 必須 説明
appId
path True

string

uuid

アプリケーション ID。

Endpoint
path True

string

サポートされている Cognitive Services エンドポイント (プロトコルとホスト名など)。 https://westus.api.cognitive.microsoft.com

versionId
path True

string

バージョン ID。

要求ヘッダー

名前 必須 説明
Ocp-Apim-Subscription-Key True

string

応答

名前 説明
200 OK

AppVersionSettingObject[]

アプリケーションのバージョン設定の一覧。

Other Status Codes

ErrorResponse

エラー応答。

セキュリティ

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Successful Get Application Version settings request

Sample Request

GET {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e/versions/0.1/settings

Sample Response

[
  {
    "name": "UseAllTrainingData",
    "value": "false"
  }
]

定義

名前 説明
AppVersionSettingObject

アプリケーション バージョン設定のオブジェクト モデル。

ErrorResponse

API で操作を呼び出すときのエラー応答。

AppVersionSettingObject

アプリケーション バージョン設定のオブジェクト モデル。

名前 説明
name

string

アプリケーションのバージョン設定名。

value

string

アプリケーション バージョンの設定値。

ErrorResponse

API で操作を呼び出すときのエラー応答。

名前 説明
errorType

string