Class GoogleAdsSearchads360V23CommonBusinessMessageAsset
A business message asset.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonBusinessMessageAsset : IDirectResponseSchema
Properties
CallToAction
A call to action for the business message asset.
Declaration
[JsonProperty("callToAction")]
public virtual GoogleAdsSearchads360V23CommonBusinessMessageCallToActionInfo CallToAction { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonBusinessMessageCallToActionInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FacebookMessengerInfo
Facebook Messenger.
Declaration
[JsonProperty("facebookMessengerInfo")]
public virtual GoogleAdsSearchads360V23CommonFacebookMessengerBusinessMessageInfo FacebookMessengerInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonFacebookMessengerBusinessMessageInfo |
MessageProvider
Required. Message provider of the business message asset.
Declaration
[JsonProperty("messageProvider")]
public virtual string MessageProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StarterMessage
Required. A welcome message to prompt the user to initiate a conversation.
Declaration
[JsonProperty("starterMessage")]
public virtual string StarterMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WhatsappInfo
Whatsapp.
Declaration
[JsonProperty("whatsappInfo")]
public virtual GoogleAdsSearchads360V23CommonWhatsappBusinessMessageInfo WhatsappInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonWhatsappBusinessMessageInfo |
ZaloInfo
Zalo.
Declaration
[JsonProperty("zaloInfo")]
public virtual GoogleAdsSearchads360V23CommonZaloBusinessMessageInfo ZaloInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonZaloBusinessMessageInfo |