Package de.espirit.firstspirit.ai.dto
Interface MessagePartImageUrl
- All Superinterfaces:
 MessagePart
Message content type representing a specific image.
- Since:
 - 5.2.240708
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull MessagePartImageUrlCreates a newMessagePartImageUrl.@NotNull StringThe URL of the image. 
- 
Method Details
- 
create
Creates a newMessagePartImageUrl.- Parameters:
 url- The URL of the image.- Returns:
 - The new instance.
 - Since:
 - 5.2.240708
 
 - 
getImageUrl
The URL of the image.- Returns:
 - The image as URL string.
 - Since:
 - 5.2.240708
 
 
 -