Uses of Class
com.google.genai.gaos.models.interactions.InteractionSseEventInteraction
Packages that use InteractionSseEventInteraction
-
Uses of InteractionSseEventInteraction in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return InteractionSseEventInteractionModifier and TypeMethodDescriptionInteractionSseEventInteraction.Builder.build()The agent to interact with.InteractionSseEventInteraction.withCreated(String created) Output only.Required.The model that will complete your prompt.InteractionSseEventInteraction.withObject(String object) Output only.InteractionSseEventInteraction.withServiceTier(ServiceTier serviceTier) InteractionSseEventInteraction.withStatus(InteractionSseEventInteractionStatus status) Required.Output only.InteractionSseEventInteraction.withUpdated(String updated) Output only.Statistics on the interaction request's token usage.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type InteractionSseEventInteractionModifier and TypeMethodDescriptionInteractionCompletedEvent.interaction()Partial interaction resource emitted by interaction lifecycle SSE events.InteractionCreatedEvent.interaction()Partial interaction resource emitted by interaction lifecycle SSE events.Methods in com.google.genai.gaos.models.interactions with parameters of type InteractionSseEventInteractionModifier and TypeMethodDescriptionInteractionCompletedEvent.Builder.interaction(InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events.InteractionCreatedEvent.Builder.interaction(InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events.InteractionCompletedEvent.withInteraction(InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events.InteractionCreatedEvent.withInteraction(InteractionSseEventInteraction interaction) Partial interaction resource emitted by interaction lifecycle SSE events.Constructors in com.google.genai.gaos.models.interactions with parameters of type InteractionSseEventInteractionModifierConstructorDescriptionInteractionCompletedEvent(InteractionSseEventInteraction interaction) InteractionCompletedEvent(String eventId, InteractionSseEventInteraction interaction) InteractionCreatedEvent(InteractionSseEventInteraction interaction) InteractionCreatedEvent(String eventId, InteractionSseEventInteraction interaction)