Uses of Class
com.google.genai.types.ActivityEnd
Packages that use ActivityEnd
-
Uses of ActivityEnd in com.google.genai.types
Methods in com.google.genai.types that return ActivityEndModifier and TypeMethodDescriptionabstract ActivityEnd
ActivityEnd.Builder.build()
static ActivityEnd
Deserializes a JSON string to a ActivityEnd object.Methods in com.google.genai.types that return types with arguments of type ActivityEndModifier and TypeMethodDescriptionabstract Optional<ActivityEnd>
LiveClientRealtimeInput.activityEnd()
Marks the end of user activity.abstract Optional<ActivityEnd>
LiveSendRealtimeInputParameters.activityEnd()
Marks the end of user activity.Methods in com.google.genai.types with parameters of type ActivityEndModifier and TypeMethodDescriptionabstract LiveClientRealtimeInput.Builder
LiveClientRealtimeInput.Builder.activityEnd
(ActivityEnd activityEnd) Setter for activityEnd.LiveSendRealtimeInputParameters.Builder.activityEnd
(ActivityEnd activityEnd) Setter for activityEnd.