Gemini Enterprise for Customer Experience v1 API - Class OmnichannelIntegrationConfig.Types.CesAppConfig (1.0.0-beta01)

public sealed class OmnichannelIntegrationConfig.Types.CesAppConfig : IMessage<OmnichannelIntegrationConfig.Types.CesAppConfig>, IEquatable<OmnichannelIntegrationConfig.Types.CesAppConfig>, IDeepCloneable<OmnichannelIntegrationConfig.Types.CesAppConfig>, IBufferMessage, IMessage

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

Configs for CES app.

Inheritance

object > OmnichannelIntegrationConfig.Types.CesAppConfig

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

CesAppConfig()

public CesAppConfig()

CesAppConfig(CesAppConfig)

public CesAppConfig(OmnichannelIntegrationConfig.Types.CesAppConfig other)
Parameter
Name Description
other OmnichannelIntegrationConfigTypesCesAppConfig

Properties

App

public string App { get; set; }

The unique identifier of the CES app. Format: projects/{project}/locations/{location}/apps/{app}

Property Value
Type Description
string

AppAsAppName

public AppName AppAsAppName { get; set; }

AppName-typed view over the App resource name property.

Property Value
Type Description
AppName