public sealed class ChannelProfile.Types.WebWidgetConfig : IMessage<ChannelProfile.Types.WebWidgetConfig>, IEquatable<ChannelProfile.Types.WebWidgetConfig>, IDeepCloneable<ChannelProfile.Types.WebWidgetConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ChannelProfile.Types.WebWidgetConfig.
Message for configuration for the web widget.
Implements
IMessageChannelProfileTypesWebWidgetConfig, IEquatableChannelProfileTypesWebWidgetConfig, IDeepCloneableChannelProfileTypesWebWidgetConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
WebWidgetConfig()
public WebWidgetConfig()WebWidgetConfig(WebWidgetConfig)
public WebWidgetConfig(ChannelProfile.Types.WebWidgetConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ChannelProfileTypesWebWidgetConfig |
Properties
Modality
public ChannelProfile.Types.WebWidgetConfig.Types.Modality Modality { get; set; }Optional. The modality of the web widget.
| Property Value | |
|---|---|
| Type | Description |
ChannelProfileTypesWebWidgetConfigTypesModality |
|
SecuritySettings
public ChannelProfile.Types.WebWidgetConfig.Types.SecuritySettings SecuritySettings { get; set; }Optional. The security settings of the web widget.
| Property Value | |
|---|---|
| Type | Description |
ChannelProfileTypesWebWidgetConfigTypesSecuritySettings |
|
Theme
public ChannelProfile.Types.WebWidgetConfig.Types.Theme Theme { get; set; }Optional. The theme of the web widget.
| Property Value | |
|---|---|
| Type | Description |
ChannelProfileTypesWebWidgetConfigTypesTheme |
|
WebWidgetTitle
public string WebWidgetTitle { get; set; }Optional. The title of the web widget.
| Property Value | |
|---|---|
| Type | Description |
string |
|