GoogleAdsSearchads360V23CommonBusinessMessageAsset class
A business message asset.
Constructors
- GoogleAdsSearchads360V23CommonBusinessMessageAsset({GoogleAdsSearchads360V23CommonBusinessMessageCallToActionInfo? callToAction, GoogleAdsSearchads360V23CommonFacebookMessengerBusinessMessageInfo? facebookMessengerInfo, String? messageProvider, String? starterMessage, GoogleAdsSearchads360V23CommonWhatsappBusinessMessageInfo? whatsappInfo, GoogleAdsSearchads360V23CommonZaloBusinessMessageInfo? zaloInfo})
- GoogleAdsSearchads360V23CommonBusinessMessageAsset.fromJson(Map json_)
Properties
- callToAction ↔ GoogleAdsSearchads360V23CommonBusinessMessageCallToActionInfo?
-
A call to action for the business message asset.
getter/setter pair
- facebookMessengerInfo ↔ GoogleAdsSearchads360V23CommonFacebookMessengerBusinessMessageInfo?
-
Facebook Messenger.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageProvider ↔ String?
-
Message provider of the business message asset.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- starterMessage ↔ String?
-
A welcome message to prompt the user to initiate a conversation.
getter/setter pair
- whatsappInfo ↔ GoogleAdsSearchads360V23CommonWhatsappBusinessMessageInfo?
-
Whatsapp.
getter/setter pair
- zaloInfo ↔ GoogleAdsSearchads360V23CommonZaloBusinessMessageInfo?
-
Zalo.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited