MessageContentInputFileContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Input file.
public class MessageContentInputFileContent : Azure.AI.AgentServer.Responses.Models.MessageContent, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.MessageContentInputFileContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.MessageContentInputFileContent>
type MessageContentInputFileContent = class
inherit MessageContent
interface IJsonModel<MessageContentInputFileContent>
interface IPersistableModel<MessageContentInputFileContent>
Public Class MessageContentInputFileContent
Inherits MessageContent
Implements IJsonModel(Of MessageContentInputFileContent), IPersistableModel(Of MessageContentInputFileContent)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MessageContentInputFileContent() |
Initializes a new instance of MessageContentInputFileContent. |
Properties
| Name | Description |
|---|---|
| FileData |
The content of the file to be sent to the model. |
| FileId |
Gets or sets the FileId. |
| Filename |
The name of the file to be sent to the model. |
| FileUrl |
The URL of the file to be sent to the model. |