Gemini Enterprise for Customer Experience v1 API - Class ChannelProfile.Types.WebWidgetConfig (1.0.0-beta01)

public sealed class ChannelProfile.Types.WebWidgetConfig : IMessage<ChannelProfile.Types.WebWidgetConfig>, IEquatable<ChannelProfile.Types.WebWidgetConfig>, IDeepCloneable<ChannelProfile.Types.WebWidgetConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ChannelProfile.Types.WebWidgetConfig.

Message for configuration for the web widget.

Inheritance

object > ChannelProfile.Types.WebWidgetConfig

Namespace

Google.Cloud.Ces.V1

Assembly

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