AI-generated Key Takeaways
-
The request message for
CustomerLifecycleGoalService.configureCustomerLifecycleGoals
requires acustomer_id
, anoperation
, and optionally allows forvalidate_only
. -
The
customer_id
is a required string representing the customer performing the upload. -
The
operation
is a requiredCustomerLifecycleGoalOperation
defining the customer lifecycle goal update to perform. -
The optional
validate_only
boolean can be set to true to validate the request without executing it.
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. |