Method: projects.locations.collections.engines.agents.files.import

ファイルを Agent にインポートします。現在、サポートされているのはノーコード エージェントのみです。

HTTP リクエスト

POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*/agents/*}/files:import

この URL では gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

必須。Agent のリソース名。形式: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}

リクエストの本文

リクエストの本文には、次の構造のデータが含まれます。

JSON 表現
{
  "fileName": string,
  "mimeType": string
}
フィールド
fileName

string

必須。ファイルの名前。

mimeType

string

省略可。ファイルのコンテンツ タイプ。https://www.iana.org/assignments/media-types/media-types.xhtml をご覧ください。

データソースがコンテンツ タイプを提供しない場合、このフィールドは必須です。

レスポンスの本文

成功した場合、レスポンスの本文には ImportAgentFileResponse のインスタンスが含まれます。

認可スコープ

次の OAuth スコープのいずれかが必要です。

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite
  • https://www.googleapis.com/auth/discoveryengine.assist.readwrite

詳細については、Authentication Overview をご覧ください。