Uses of Class
com.google.genai.gaos.models.triggers.Interaction
Packages that use Interaction
-
Uses of Interaction in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return InteractionModifier and TypeMethodDescriptionstatic InteractionInteraction.of(CreateAgentInteraction value) static InteractionInteraction.of(CreateModelInteraction value) Methods in com.google.genai.gaos.models.triggers that return types with arguments of type InteractionMethods in com.google.genai.gaos.models.triggers with parameters of type InteractionModifier and TypeMethodDescriptionTriggerCreateParams.Builder.interaction(Interaction interaction) Required.TriggerCreateParams.withInteraction(Interaction interaction) Required.Constructors in com.google.genai.gaos.models.triggers with parameters of type InteractionModifierConstructorDescriptionTriggerCreateParams(Interaction interaction, String schedule, String timeZone) TriggerCreateParams(String displayName, String environmentId, Integer executionTimeoutSeconds, Interaction interaction, Integer maxConsecutiveFailures, String schedule, String timeZone)