AI-generated Key Takeaways
-
The request message for
CustomerLifecycleGoalService.configureCustomerLifecycleGoals
requires acustomer_id
, anoperation
, and optionally acceptsvalidate_only
. -
customer_id
is a required string representing the ID of the customer performing the upload. -
operation
is a requiredCustomerLifecycleGoalOperation
defining the customer lifecycle goal update. -
validate_only
is an optional boolean to validate the request without execution, returning only errors.
Request message for [CustomerLifecycleGoalService.configureCustomerLifecycleGoals][].
Fields | |
---|---|
|
Required. The ID of the customer performing the upload. |
|
Required. The operation to perform customer lifecycle goal update. |
|
Optional. If true, the request is validated but not executed. Only errors are returned, not results. |