Show / Hide Table of Contents

Class OmnichannelIntegrationConfig

OmnichannelIntegrationConfig contains all App integration configs.

Inheritance
object
OmnichannelIntegrationConfig
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 OmnichannelIntegrationConfig : IDirectResponseSchema

Properties

ChannelConfigs

Optional. Various of configuration for handling App events.

Declaration
[JsonProperty("channelConfigs")]
public virtual IDictionary<string, OmnichannelIntegrationConfigChannelConfig> ChannelConfigs { get; set; }
Property Value
Type Description
IDictionary<string, OmnichannelIntegrationConfigChannelConfig>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RoutingConfigs

Optional. The key of routing_configs is a key of app_configs, value is a RoutingConfig, which contains subscriber's key.

Declaration
[JsonProperty("routingConfigs")]
public virtual IDictionary<string, OmnichannelIntegrationConfigRoutingConfig> RoutingConfigs { get; set; }
Property Value
Type Description
IDictionary<string, OmnichannelIntegrationConfigRoutingConfig>

SubscriberConfigs

Optional. Various of subscribers configs.

Declaration
[JsonProperty("subscriberConfigs")]
public virtual IDictionary<string, OmnichannelIntegrationConfigSubscriberConfig> SubscriberConfigs { get; set; }
Property Value
Type Description
IDictionary<string, OmnichannelIntegrationConfigSubscriberConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX