Show / Hide Table of Contents

Class ChannelProfileWebWidgetConfig

Message for configuration for the web widget.

Inheritance
object
ChannelProfileWebWidgetConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX