Class WebhookConfig.Builder

java.lang.Object
com.google.genai.gaos.models.interactions.WebhookConfig.Builder
Enclosing class:
WebhookConfig

public static final class WebhookConfig.Builder extends Object
  • Method Details

    • uris

      public WebhookConfig.Builder uris(@Nullable List<String> uris)
      Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks.
    • userMetadata

      public WebhookConfig.Builder userMetadata(@Nullable Map<String,Object> userMetadata)
      Optional. The user metadata that will be returned on each event emission to the webhooks.
    • build

      public WebhookConfig build()