callToAction property
Call to action. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "LEARN_MORE" : The call to action type is learn more.
- "GET_QUOTE" : The call to action type is get quote.
- "APPLY_NOW" : The call to action type is apply now.
- "SIGN_UP" : The call to action type is sign up.
- "CONTACT_US" : The call to action type is contact us.
- "SUBSCRIBE" : The call to action type is subscribe.
- "DOWNLOAD" : The call to action type is download.
- "BOOK_NOW" : The call to action type is book now.
- "SHOP_NOW" : The call to action type is shop now.
- "BUY_NOW" : The call to action type is buy now.
- "DONATE_NOW" : The call to action type is donate now.
- "ORDER_NOW" : The call to action type is order now.
- "PLAY_NOW" : The call to action type is play now.
- "SEE_MORE" : The call to action type is see more.
- "START_NOW" : The call to action type is start now.
- "VISIT_SITE" : The call to action type is visit site.
- "WATCH_NOW" : The call to action type is watch now.
Implementation
core.String? callToAction;