MessageImageUriParam(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 MessageImageUriParam.
public MessageImageUriParam(string uri);
new Azure.AI.Agents.Persistent.MessageImageUriParam : string -> Azure.AI.Agents.Persistent.MessageImageUriParam
Public Sub New (uri As String)
Parameters
- uri
- String
The publicly accessible URL of the external image.
Exceptions
uri
is null.