public sealed class OmnichannelIntegrationConfig.Types.WhatsappConfig : IMessage<OmnichannelIntegrationConfig.Types.WhatsappConfig>, IEquatable<OmnichannelIntegrationConfig.Types.WhatsappConfig>, IDeepCloneable<OmnichannelIntegrationConfig.Types.WhatsappConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class OmnichannelIntegrationConfig.Types.WhatsappConfig.
How Omnichannel should receive/reply events from WhatsApp.
Implements
IMessageOmnichannelIntegrationConfigTypesWhatsappConfig, IEquatableOmnichannelIntegrationConfigTypesWhatsappConfig, IDeepCloneableOmnichannelIntegrationConfigTypesWhatsappConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
WhatsappConfig()
public WhatsappConfig()WhatsappConfig(WhatsappConfig)
public WhatsappConfig(OmnichannelIntegrationConfig.Types.WhatsappConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
OmnichannelIntegrationConfigTypesWhatsappConfig |
Properties
MetaBusinessPortfolioId
public string MetaBusinessPortfolioId { get; set; }The Meta Business Portfolio (MBP) ID. https://www.facebook.com/business/help/1710077379203657
| Property Value | |
|---|---|
| Type | Description |
string |
|
PhoneNumber
public string PhoneNumber { get; set; }The phone number used for sending/receiving messages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PhoneNumberId
public string PhoneNumberId { get; set; }The Phone Number ID associated with the WhatsApp Business Account.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WebhookVerifyToken
public string WebhookVerifyToken { get; set; }The verify token configured in the Meta App Dashboard for webhook verification.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WhatsappBusinessAccountId
public string WhatsappBusinessAccountId { get; set; }The customer's WhatsApp Business Account (WABA) ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WhatsappBusinessToken
public string WhatsappBusinessToken { get; set; }The access token for authenticating API calls to the WhatsApp Cloud API. https://developers.facebook.com/docs/whatsapp/business-management-api/get-started/#business-integration-system-user-access-tokens
| Property Value | |
|---|---|
| Type | Description |
string |
|