Class WebhookConfig
java.lang.Object
com.google.genai.gaos.models.interactions.WebhookConfig
WebhookConfig
Message for configuring webhook events for a request.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookConfig.Builderbuilder()booleaninthashCode()toString()uris()Optional.Optional.Optional.withUserMetadata(Map<String, Object> userMetadata) Optional.
-
Constructor Details
-
WebhookConfig
-
WebhookConfig
public WebhookConfig()
-
-
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. -
builder
-
withUris
Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks. -
withUserMetadata
Optional. The user metadata that will be returned on each event emission to the webhooks. -
equals
-
hashCode
public int hashCode() -
toString
-