user Metadata
public final Interaction.WebhookConfig.Builder userMetadata(Interaction.WebhookConfig.UserMetadata userMetadata)
Optional. The user metadata that will be returned on each event emission to the webhooks.
public final Interaction.WebhookConfig.Builder userMetadata(JsonField<Interaction.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.