MessageImageFileParam(String) Constructor
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.
Initializes a new instance of MessageImageFileParam.
public MessageImageFileParam(string fileId);
new Azure.AI.Agents.Persistent.MessageImageFileParam : string -> Azure.AI.Agents.Persistent.MessageImageFileParam
Public Sub New (fileId As String)
Parameters
- fileId
- String
The ID of the previously uploaded image file.
Exceptions
fileId is null.