public sealed class ChannelProfile.Types.WhatsAppConfig : IMessage<ChannelProfile.Types.WhatsAppConfig>, IEquatable<ChannelProfile.Types.WhatsAppConfig>, IDeepCloneable<ChannelProfile.Types.WhatsAppConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ChannelProfile.Types.WhatsAppConfig.
Configuration specific to WhatsApp deployments.
Implements
IMessageChannelProfileTypesWhatsAppConfig, IEquatableChannelProfileTypesWhatsAppConfig, IDeepCloneableChannelProfileTypesWhatsAppConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
WhatsAppConfig()
public WhatsAppConfig()WhatsAppConfig(WhatsAppConfig)
public WhatsAppConfig(ChannelProfile.Types.WhatsAppConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ChannelProfileTypesWhatsAppConfig |
Properties
Description
public string Description { get; set; }Output only. The description of the Meta business page or profile.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Output only. The fetched Meta business page name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PhoneNumber
public string PhoneNumber { get; set; }Optional. The phone number in E.164 format.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PhoneNumberId
public string PhoneNumberId { get; set; }Required. The Meta phone number ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ThumbnailUrl
public string ThumbnailUrl { get; set; }Output only. The fetched Meta business profile thumbnail URL.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WabaId
public string WabaId { get; set; }Required. The WhatsApp Business Account ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|