This API is in preview release for Amazon Connect and is subject to change.
Updates the configuration settings for the specified quick connect.
connect_update_quick_connect_config(InstanceId, QuickConnectId,
QuickConnectConfig)
An empty list.
[required] The identifier of the Amazon Connect instance.
[required] The identifier for the quick connect.
[required] Information about the configuration settings for the quick connect.
svc$update_quick_connect_config(
InstanceId = "string",
QuickConnectId = "string",
QuickConnectConfig = list(
QuickConnectType = "USER"|"QUEUE"|"PHONE_NUMBER",
UserConfig = list(
UserId = "string",
ContactFlowId = "string"
),
QueueConfig = list(
QueueId = "string",
ContactFlowId = "string"
),
PhoneConfig = list(
PhoneNumber = "string"
)
)
)