Quick Connect Quick Connect Config Args
data class QuickConnectQuickConnectConfigArgs(val phoneConfigs: Output<List<QuickConnectQuickConnectConfigPhoneConfigArgs>>? = null, val queueConfigs: Output<List<QuickConnectQuickConnectConfigQueueConfigArgs>>? = null, val quickConnectType: Output<String>, val userConfigs: Output<List<QuickConnectQuickConnectConfigUserConfigArgs>>? = null) : ConvertibleToJava<QuickConnectQuickConnectConfigArgs>
Constructors
Link copied to clipboard
constructor(phoneConfigs: Output<List<QuickConnectQuickConnectConfigPhoneConfigArgs>>? = null, queueConfigs: Output<List<QuickConnectQuickConnectConfigQueueConfigArgs>>? = null, quickConnectType: Output<String>, userConfigs: Output<List<QuickConnectQuickConnectConfigUserConfigArgs>>? = null)
Properties
Link copied to clipboard
Specifies the phone configuration of the Quick Connect. This is required only if quick_connect_type is PHONE_NUMBER. The phone_config block is documented below.
Link copied to clipboard
Specifies the queue configuration of the Quick Connect. This is required only if quick_connect_type is QUEUE. The queue_config block is documented below.
Link copied to clipboard
Specifies the configuration type of the quick connect. valid values are PHONE_NUMBER, QUEUE, USER.
Link copied to clipboard
Specifies the user configuration of the Quick Connect. This is required only if quick_connect_type is USER. The user_config block is documented below.