Identifier. The resource name of the file. Format:projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AgentFile](#AgentFile)\n - [JSON representation](#AgentFile.SCHEMA_REPRESENTATION)\n\nResponse for the [AgentService.ImportAgentFile](/agentspace/docs/reference/rest/v1alpha/projects.locations.collections.engines.agents.files/import#google.cloud.discoveryengine.v1alpha.AgentService.ImportAgentFile) method.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------|\n| ``` { \"agentFile\": { object (/agentspace/docs/reference/rest/v1alpha/ImportAgentFileResponse#AgentFile) } } ``` |\n\n| Fields ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `agentFile` | `object (`[AgentFile](/agentspace/docs/reference/rest/v1alpha/ImportAgentFileResponse#AgentFile)`)` The imported [AgentFile](/agentspace/docs/reference/rest/v1alpha/ImportAgentFileResponse#AgentFile). |\n\nAgentFile Describes a file used internally by an agent as a context on each invocation.\n\n| JSON representation |\n|--------------------------------------------------------------------|\n| ``` { \"name\": string, \"fileName\": string, \"mimeType\": string } ``` |\n\n| Fields ||\n|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the file. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}/files/{file}` |\n| `fileName` | `string` Required. The name of the file. |\n| `mimeType` | `string` Immutable. The content type of the file. |"]]