Class ChannelProfileWebWidgetConfig
Message for configuration for the web widget.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ChannelProfileWebWidgetConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modality
Optional. The modality of the web widget.
Declaration
[JsonProperty("modality")]
public virtual string Modality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecuritySettings
Optional. The security settings of the web widget.
Declaration
[JsonProperty("securitySettings")]
public virtual ChannelProfileWebWidgetConfigSecuritySettings SecuritySettings { get; set; }
Property Value
| Type | Description |
|---|---|
| ChannelProfileWebWidgetConfigSecuritySettings |
Theme
Optional. The theme of the web widget.
Declaration
[JsonProperty("theme")]
public virtual string Theme { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebWidgetTitle
Optional. The title of the web widget.
Declaration
[JsonProperty("webWidgetTitle")]
public virtual string WebWidgetTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |