Uses of Class
com.google.genai.types.ReplayInteraction
Packages that use ReplayInteraction
-
Uses of ReplayInteraction in com.google.genai.types
Methods in com.google.genai.types that return ReplayInteractionModifier and TypeMethodDescriptionabstract ReplayInteraction
ReplayInteraction.Builder.build()
static ReplayInteraction
Deserializes a JSON string to a ReplayInteraction object.Methods in com.google.genai.types that return types with arguments of type ReplayInteractionModifier and TypeMethodDescriptionabstract Optional<List<ReplayInteraction>>
ReplayFile.interactions()
Methods in com.google.genai.types with parameters of type ReplayInteractionModifier and TypeMethodDescriptionReplayFile.Builder.interactions
(ReplayInteraction... interactions) Setter for interactions.Method parameters in com.google.genai.types with type arguments of type ReplayInteractionModifier and TypeMethodDescriptionabstract ReplayFile.Builder
ReplayFile.Builder.interactions
(List<ReplayInteraction> interactions) Setter for interactions.