uris

Optional. If set, these webhook URIs will be used for webhook events instead of the registered webhooks.


public final Interaction.WebhookConfig.Builder uris(JsonField<List<String>> uris)

Sets Builder.uris to an arbitrary JSON value.

You should usually call Builder.uris with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.