callToActionSelection property

String? callToActionSelection
getter/setter pair

Pre-defined call to action text.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "APPLY_NOW" : Apply now.
  • "BOOK_NOW" : Book now.
  • "CONTACT_US" : Contact us.
  • "GET_INFO" : Get info.
  • "GET_OFFER" : Get offer.
  • "GET_QUOTE" : Get quote.
  • "GET_STARTED" : Get started.
  • "LEARN_MORE" : Learn more.

Implementation

core.String? callToActionSelection;