AI-generated Key Takeaways
-
configureCustomerLifecycleGoals
is a request message for theCustomerLifecycleGoalService
. -
The request includes fields for
customer_id
, anoperation
to update customer lifecycle goals, and an optionalvalidate_only
flag. -
customer_id
andoperation
are required fields.
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. |