public sealed class WhatsAppCredentials : IMessage<WhatsAppCredentials>, IEquatable<WhatsAppCredentials>, IDeepCloneable<WhatsAppCredentials>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class WhatsAppCredentials.
Ephemeral Meta credentials for WhatsApp native integration.
Implements
IMessageWhatsAppCredentials, IEquatableWhatsAppCredentials, IDeepCloneableWhatsAppCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
WhatsAppCredentials()
public WhatsAppCredentials()WhatsAppCredentials(WhatsAppCredentials)
public WhatsAppCredentials(WhatsAppCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
WhatsAppCredentials |
Properties
AuthCode
public string AuthCode { get; set; }Required. The Meta auth code provided by the embedded signup flow.
| Property Value | |
|---|---|
| Type | Description |
string |
|
BusinessAccountId
public string BusinessAccountId { get; set; }Required. The Business Account ID to use for the phone number.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ConversationProfileId
public string ConversationProfileId { get; set; }Required. The Conversation Profile ID to use for the deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PhoneNumber
public string PhoneNumber { get; set; }Required. The phone number to register with WhatsApp.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Pin
public string Pin { get; set; }Required. The 6-digit PIN created by the user for two-step verification.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WabaId
public string WabaId { get; set; }Required. The WhatsApp Business Account ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|