Uses of Record Class
org.springframework.ai.zhipuai.api.ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
Packages that use ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl
-
Uses of ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl in org.springframework.ai.zhipuai.api
Methods in org.springframework.ai.zhipuai.api that return ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrlModifier and TypeMethodDescriptionZhiPuAiApi.ChatCompletionMessage.MediaContent.imageUrl()Returns the value of theimageUrlrecord component.Constructors in org.springframework.ai.zhipuai.api with parameters of type ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrlModifierConstructorDescriptionMediaContent(String type, String text, ZhiPuAiApi.ChatCompletionMessage.MediaContent.ImageUrl imageUrl) Creates an instance of aMediaContentrecord class.Shortcut constructor for an image content.