Class WebhookConfig.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.WebhookConfig.Builder
- Enclosing class:
- WebhookConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Optional.userMetadata(Map<String, Object> userMetadata) Optional.
-
Method Details
-
uris
Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks. -
userMetadata
Optional. The user metadata that will be returned on each event emission to the webhooks. -
build
-