user Metadata
public final CreateModelInteractionParams.WebhookConfig.Builder userMetadata(CreateModelInteractionParams.WebhookConfig.UserMetadata userMetadata)
Optional. The user metadata that will be returned on each event emission to the webhooks.
public final CreateModelInteractionParams.WebhookConfig.Builder userMetadata(JsonField<CreateModelInteractionParams.WebhookConfig.UserMetadata> userMetadata)
Sets Builder.userMetadata to an arbitrary JSON value.
You should usually call Builder.userMetadata with a well-typed UserMetadata value instead. This method is primarily for setting the field to an undocumented or not yet supported value.