Gemini Enterprise for Customer Experience v1 API - Class WhatsAppCredentials (1.0.0-beta04)

public sealed class WhatsAppCredentials : IMessage<WhatsAppCredentials>, IEquatable<WhatsAppCredentials>, IDeepCloneable<WhatsAppCredentials>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class WhatsAppCredentials.

Ephemeral Meta credentials for WhatsApp native integration.

Inheritance

object > WhatsAppCredentials

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.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