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 ActivityEndActivityEnd.Builder.build()static ActivityEndDeserializes 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.BuilderLiveClientRealtimeInput.Builder.activityEnd(ActivityEnd activityEnd) Setter for activityEnd.LiveSendRealtimeInputParameters.Builder.activityEnd(ActivityEnd activityEnd) Setter for activityEnd.