callToActionType property

String? callToActionType
getter/setter pair

Pre-defined display text that encourages user to expand the form.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "LEARN_MORE" : Learn more.
  • "GET_QUOTE" : Get quote.
  • "APPLY_NOW" : Apply now.
  • "SIGN_UP" : Sign Up.
  • "CONTACT_US" : Contact us.
  • "SUBSCRIBE" : Subscribe.
  • "DOWNLOAD" : Download.
  • "BOOK_NOW" : Book now.
  • "GET_OFFER" : Get offer.
  • "REGISTER" : Register.
  • "GET_INFO" : Get info.
  • "REQUEST_DEMO" : Request a demo.
  • "JOIN_NOW" : Join now.
  • "GET_STARTED" : Get started.

Implementation

core.String? callToActionType;