Apps - Package Published Application As Gzip
package - バイナリ ストリーム GZip 形式で発行された LUIS アプリケーション パッケージを取得します
発行された LUIS アプリケーションを、LUIS コンテナーで使用する GZip ファイルとしてパッケージ化します。
GET {Endpoint}/luis/api/v2.0/package/{appId}/slot/{slotName}/gzip
URI パラメーター
| 名前 | / | 必須 | 型 | 説明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
アプリケーション ID。 |
|
Endpoint
|
path | True |
string |
サポートされている Cognitive Services エンドポイント (プロトコルとホスト名、例: https://westus.api.cognitive.microsoft.com)。 |
|
slot
|
path | True |
string |
発行スロット名。 |
要求ヘッダー
| 名前 | 必須 | 型 | 説明 |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 200 OK |
file |
発行されたアプリケーション パッケージの GZip バイナリ ストリーム。 Media Types: "application/octet-stream", "application/json" |
| Other Status Codes |
エラー応答。 Media Types: "application/octet-stream", "application/json" |
セキュリティ
Ocp-Apim-Subscription-Key
型:
apiKey
/:
header
例
Successful Get published application package request
要求のサンプル
GET {Endpoint}/luis/api/v2.0/package/363187f1-c573-46b3-bc4c-ae01d686e68e/slot/PRODUCTION/gzip
応答のサンプル
"{binary}"
定義
ErrorResponse
API で操作を呼び出すときのエラー応答。
| 名前 | 型 | 説明 |
|---|---|---|
| errorType |
string |