Show / Hide Table of Contents

Class ChannelProfileWhatsAppConfig

Configuration specific to WhatsApp deployments.

Inheritance
object
ChannelProfileWhatsAppConfig
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 ChannelProfileWhatsAppConfig : IDirectResponseSchema

Properties

Description

Output only. The description of the Meta business page or profile.

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

DisplayName

Output only. The fetched Meta business page name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Optional. The phone number in E.164 format.

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

PhoneNumberId

Required. The Meta phone number ID.

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

ThumbnailUrl

Output only. The fetched Meta business profile thumbnail URL.

Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { 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