webhook Config
public final CreateAgentInteractionParams.Builder webhookConfig(CreateAgentInteractionParams.WebhookConfig webhookConfig)
Optional. Webhook configuration for receiving notifications when the interaction completes.
public final CreateAgentInteractionParams.Builder webhookConfig(JsonField<CreateAgentInteractionParams.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.