webhookConfig

Optional. Webhook configuration for receiving notifications when the interaction completes.


public final Interaction.Builder webhookConfig(JsonField<Interaction.WebhookConfig> webhookConfig)

Sets Builder.webhookConfig to an arbitrary JSON value.

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