public static interface OmnichannelIntegrationConfig.WhatsappConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetaBusinessPortfolioId()
public abstract String getMetaBusinessPortfolioId()The Meta Business Portfolio (MBP) ID. https://www.facebook.com/business/help/1710077379203657
string meta_business_portfolio_id = 6;
| Returns | |
|---|---|
| Type | Description |
String |
The metaBusinessPortfolioId. |
getMetaBusinessPortfolioIdBytes()
public abstract ByteString getMetaBusinessPortfolioIdBytes()The Meta Business Portfolio (MBP) ID. https://www.facebook.com/business/help/1710077379203657
string meta_business_portfolio_id = 6;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metaBusinessPortfolioId. |
getPhoneNumber()
public abstract String getPhoneNumber()The phone number used for sending/receiving messages.
string phone_number = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()The phone number used for sending/receiving messages.
string phone_number = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumber. |
getPhoneNumberId()
public abstract String getPhoneNumberId()The Phone Number ID associated with the WhatsApp Business Account.
string phone_number_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumberId. |
getPhoneNumberIdBytes()
public abstract ByteString getPhoneNumberIdBytes()The Phone Number ID associated with the WhatsApp Business Account.
string phone_number_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumberId. |
getWebhookVerifyToken()
public abstract String getWebhookVerifyToken()The verify token configured in the Meta App Dashboard for webhook verification.
string webhook_verify_token = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The webhookVerifyToken. |
getWebhookVerifyTokenBytes()
public abstract ByteString getWebhookVerifyTokenBytes()The verify token configured in the Meta App Dashboard for webhook verification.
string webhook_verify_token = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webhookVerifyToken. |
getWhatsappBusinessAccountId()
public abstract String getWhatsappBusinessAccountId()The customer's WhatsApp Business Account (WABA) ID.
string whatsapp_business_account_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The whatsappBusinessAccountId. |
getWhatsappBusinessAccountIdBytes()
public abstract ByteString getWhatsappBusinessAccountIdBytes()The customer's WhatsApp Business Account (WABA) ID.
string whatsapp_business_account_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for whatsappBusinessAccountId. |
getWhatsappBusinessToken()
public abstract String getWhatsappBusinessToken()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
string whatsapp_business_token = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The whatsappBusinessToken. |
getWhatsappBusinessTokenBytes()
public abstract ByteString getWhatsappBusinessTokenBytes()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
string whatsapp_business_token = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for whatsappBusinessToken. |