MessageInputImageUriBlock(MessageImageUriParam) 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 MessageInputImageUriBlock.
public MessageInputImageUriBlock(Azure.AI.Agents.Persistent.MessageImageUriParam imageUrl);
new Azure.AI.Agents.Persistent.MessageInputImageUriBlock : Azure.AI.Agents.Persistent.MessageImageUriParam -> Azure.AI.Agents.Persistent.MessageInputImageUriBlock
Public Sub New (imageUrl As MessageImageUriParam)
Parameters
- imageUrl
- MessageImageUriParam
Information about the external image URL, including the URL and optional detail level.
Exceptions
imageUrl is null.