OmnichannelIntegrationConfig
import type { OmnichannelIntegrationConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";OmnichannelIntegrationConfig contains all App integration configs.
interface OmnichannelIntegrationConfig {
channelConfigs?: {};
[key: string]: OmnichannelIntegrationConfigChannelConfig;
routingConfigs?: {};
[key: string]: OmnichannelIntegrationConfigRoutingConfig;
subscriberConfigs?: {};
}[key: string]: OmnichannelIntegrationConfigSubscriberConfig;
§Properties
§
channelConfigs?: {}
[src][key: string]: OmnichannelIntegrationConfigChannelConfig;
Optional. Various of configuration for handling App events.
§
routingConfigs?: {}
[src][key: string]: OmnichannelIntegrationConfigRoutingConfig;
Optional. The key of routing_configs is a key of app_configs, value is a
RoutingConfig, which contains subscriber's key.
§
subscriberConfigs?: {}
[src][key: string]: OmnichannelIntegrationConfigSubscriberConfig;
Optional. Various of subscribers configs.