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