docs/CreateQueueRequest.md in purecloudplatformclientv2-88.0.0 vs docs/CreateQueueRequest.md in purecloudplatformclientv2-89.0.0

- old
+ new

@@ -15,9 +15,10 @@ | **date_modified** | **DateTime** | The date of the last modification to the queue. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **modified_by** | **String** | The ID of the user that last modified the queue. | [optional] | | **created_by** | **String** | The ID of the user that created the queue. | [optional] | | **member_count** | **Integer** | The number of users in the queue. | [optional] | | **media_settings** | [**Hash<String, MediaSetting>**](MediaSetting.html) | The media settings for the queue. Valid key values: CALL, CALLBACK, CHAT, EMAIL, MESSAGE, SOCIAL_EXPRESSION, VIDEO_COMM | [optional] | +| **routing_rules** | [**Array<RoutingRule>**](RoutingRule.html) | The routing rules for the queue, used for routing to known or preferred agents. | [optional] | | **bullseye** | [**Bullseye**](Bullseye.html) | The bulls-eye settings for the queue. | [optional] | | **acw_settings** | [**AcwSettings**](AcwSettings.html) | The ACW settings for the queue. | [optional] | | **skill_evaluation_method** | **String** | The skill evaluation method to use when routing conversations. | [optional] | | **queue_flow** | [**DomainEntityRef**](DomainEntityRef.html) | The in-queue flow to use for conversations waiting in queue. | [optional] | | **whisper_prompt** | [**DomainEntityRef**](DomainEntityRef.html) | The prompt used for whisper on the queue, if configured. | [optional] |