docs/CreateEmailRequest.md in purecloudplatformclientv2-14.1.0 vs docs/CreateEmailRequest.md in purecloudplatformclientv2-15.0.0

- old
+ new

@@ -5,10 +5,11 @@ ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| -| **queue_id** | **String** | The ID of the queue to use for routing the chat conversation. | | +| **queue_id** | **String** | The ID of the queue to use for routing the chat conversation. This field is mutually exclusive with flowId | [optional] | +| **flow_id** | **String** | The ID of the flow to use for routing chat conversation. This field is mutually exclusive with queueId | [optional] | | **provider** | **String** | The name of the provider that is sourcing the web chat. | | | **skill_ids** | **Array<String>** | The list of skill ID's to use for routing. | [optional] | | **language_id** | **String** | The ID of the language to use for routing. | [optional] | | **priority** | **Integer** | The priority to assign to the conversation for routing. | [optional] | | **attributes** | **Hash<String, String>** | The list of attributes to associate with the customer participant. | [optional] |