Uses of Class
com.google.genai.types.LiveServerContent
Packages that use LiveServerContent
-
Uses of LiveServerContent in com.google.genai.types
Methods in com.google.genai.types that return LiveServerContentModifier and TypeMethodDescriptionabstract LiveServerContent
LiveServerContent.Builder.build()
static LiveServerContent
Deserializes a JSON string to a LiveServerContent object.Methods in com.google.genai.types that return types with arguments of type LiveServerContentModifier and TypeMethodDescriptionabstract Optional<LiveServerContent>
LiveServerMessage.serverContent()
Content generated by the model in response to client messages.Methods in com.google.genai.types with parameters of type LiveServerContentModifier and TypeMethodDescriptionabstract LiveServerMessage.Builder
LiveServerMessage.Builder.serverContent
(LiveServerContent serverContent) Setter for serverContent.