Uses of Class
com.google.genai.gaos.models.interactions.WebhookConfig
Packages that use WebhookConfig
-
Uses of WebhookConfig in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return WebhookConfigModifier and TypeMethodDescriptionWebhookConfig.Builder.build()Optional.WebhookConfig.withUserMetadata(Map<String, Object> userMetadata) Optional.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type WebhookConfigModifier and TypeMethodDescriptionCreateAgentInteraction.webhookConfig()Message for configuring webhook events for a request.CreateModelInteraction.webhookConfig()Message for configuring webhook events for a request.Interaction.webhookConfig()Message for configuring webhook events for a request.Methods in com.google.genai.gaos.models.interactions with parameters of type WebhookConfigModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.webhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.CreateModelInteraction.Builder.webhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.Interaction.Builder.webhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.CreateAgentInteraction.withWebhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.CreateModelInteraction.withWebhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.Interaction.withWebhookConfig(WebhookConfig webhookConfig) Message for configuring webhook events for a request.Constructors in com.google.genai.gaos.models.interactions with parameters of type WebhookConfigModifierConstructorDescriptionCreateAgentInteraction(AgentOption agent, CreateAgentInteractionAgentConfig agentConfig, Boolean background, CreateAgentInteractionEnvironment environment, InteractionsInput input, Map<String, String> labels, String previousInteractionId, CreateAgentInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) CreateModelInteraction(Boolean background, CreateModelInteractionEnvironment environment, GenerationConfig generationConfig, InteractionsInput input, Map<String, String> labels, Model model, String previousInteractionId, CreateModelInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig) Interaction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)