AI-generated Key Takeaways
-
This page describes an enum for different types of call to action.
-
The enum includes options like
LEARN_MORE
,GET_QUOTE
,APPLY_NOW
, and many others covering various user actions. -
UNSPECIFIED
andUNKNOWN
are included as special cases for the enum.
Enum describing possible types of call to action.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The call to action type is learn more. |
|
The call to action type is get quote. |
|
The call to action type is apply now. |
|
The call to action type is sign up. |
|
The call to action type is contact us. |
|
The call to action type is subscribe. |
|
The call to action type is download. |
|
The call to action type is book now. |
|
The call to action type is shop now. |
|
The call to action type is buy now. |
|
The call to action type is donate now. |
|
The call to action type is order now. |
|
The call to action type is play now. |
|
The call to action type is see more. |
|
The call to action type is start now. |
|
The call to action type is visit site. |
|
The call to action type is watch now. |