Show / Hide Table of Contents

Class WhatsAppCredentials

Ephemeral Meta credentials for WhatsApp native integration.

Inheritance
object
WhatsAppCredentials
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class WhatsAppCredentials : IDirectResponseSchema

Properties

AuthCode

Required. The Meta auth code provided by the embedded signup flow.

Declaration
[JsonProperty("authCode")]
public virtual string AuthCode { get; set; }
Property Value
Type Description
string

BusinessAccountId

Required. The Business Account ID to use for the phone number.

Declaration
[JsonProperty("businessAccountId")]
public virtual string BusinessAccountId { get; set; }
Property Value
Type Description
string

ConversationProfileId

Optional. The Conversation Profile ID to use for the deployment.

Declaration
[JsonProperty("conversationProfileId")]
public virtual string ConversationProfileId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PhoneNumber

Required. The phone number to register with WhatsApp.

Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type Description
string

Pin

Required. The 6-digit PIN created by the user for two-step verification.

Declaration
[JsonProperty("pin")]
public virtual string Pin { get; set; }
Property Value
Type Description
string

WabaId

Required. The WhatsApp Business Account ID.

Declaration
[JsonProperty("wabaId")]
public virtual string WabaId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX