surveySatisfiedReason property

String? surveySatisfiedReason
getter/setter pair

Provider's reason for being satisfied with the lead.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "OTHER_SATISFIED_REASON" : Other reasons.
  • "BOOKED_CUSTOMER" : Lead converted into a booked customer or client.
  • "LIKELY_BOOKED_CUSTOMER" : Lead could convert into a booked customer or client soon.
  • "SERVICE_RELATED" : Lead was related to the services the business offers.
  • "HIGH_VALUE_SERVICE" : Lead was for a service that generates high value for the business.

Implementation

core.String? surveySatisfiedReason;