(Update with the copy of version: 8.5.2DRAFT) |
|||
Line 4: | Line 4: | ||
====chat.agent.prompt-color==== | ====chat.agent.prompt-color==== | ||
− | * Default Value: #385078 | + | * Default Value: <tt>#385078</tt> |
* Valid Values: Valid Hexadecimal (HTML) color code | * Valid Values: Valid Hexadecimal (HTML) color code | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 10: | Line 10: | ||
====chat.agent.text-color==== | ====chat.agent.text-color==== | ||
− | * Default Value: #385078 | + | * Default Value: <tt>#385078</tt> |
* Valid Values: Valid Hexadecimal (HTML) color code | * Valid Values: Valid Hexadecimal (HTML) color code | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 16: | Line 16: | ||
====chat.auto-answer==== | ====chat.auto-answer==== | ||
− | * Default Value: false | + | * Default Value: <tt>false</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies whether a chat interaction is automatically accepted and joined when a Interaction Server Invite event is received. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | * Description: Specifies whether a chat interaction is automatically accepted and joined when a Interaction Server Invite event is received. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | ||
====chat.client.prompt-color==== | ====chat.client.prompt-color==== | ||
− | * Default Value: #166FFF | + | * Default Value: <tt>#166FFF</tt> |
* Valid Values: Valid Hexadecimal (HTML) color code | * Valid Values: Valid Hexadecimal (HTML) color code | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 28: | Line 28: | ||
====chat.client.text-color==== | ====chat.client.text-color==== | ||
− | * Default Value: #166FFF | + | * Default Value: <tt>#166FFF</tt> |
* Valid Values: Valid Hexadecimal (HTML) color code | * Valid Values: Valid Hexadecimal (HTML) color code | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 34: | Line 34: | ||
====chat.enable-auto-disconnect==== | ====chat.enable-auto-disconnect==== | ||
− | * Default Value: true | + | * Default Value: <tt>true</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies whether the chat session is automatically disconnected if the agent is the last party remaining in the chat session. | * Description: Specifies whether the chat session is automatically disconnected if the agent is the last party remaining in the chat session. | ||
====chat.nickname==== | ====chat.nickname==== | ||
− | * Default Value: $Agent.UserName$ | + | * Default Value: <tt>$Agent.UserName$</tt> |
− | * Valid Values: A string that contains a compilation of characters and field codes from the following list: $Agent.UserName$,$Agent.LastName$,$Agent.FirstName$,$Agent.FullName$,$Agent.EmployeeId$. | + | * Valid Values: A string that contains a compilation of characters and field codes from the following list: <tt>$Agent.UserName$</tt>,<tt>$Agent.LastName$</tt>,<tt>$Agent.FirstName$</tt>,<tt>$Agent.FullName$</tt>,<tt>$Agent.EmployeeId$</tt>. |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies the nickname that is used to join the chat session (presented to the customer) by a string that can contain regular characters and the field codes.<BR>This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | * Description: Specifies the nickname that is used to join the chat session (presented to the customer) by a string that can contain regular characters and the field codes.<BR>This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | ||
====chat.pending-response-to-customer==== | ====chat.pending-response-to-customer==== | ||
− | * Default Value: 30,50 | + | * Default Value: <tt>30,50</tt> |
* Valid Values: <A comma-separated list value: warning time, maximum time> | * Valid Values: <A comma-separated list value: warning time, maximum time> | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 52: | Line 52: | ||
====chat.prompt-for-done==== | ====chat.prompt-for-done==== | ||
− | * Default Value: false | + | * Default Value: <tt>false</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies if the application prompts a confirmation message when a user clicks Done. This option is only available for interaction open media. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | * Description: Specifies if the application prompts a confirmation message when a user clicks Done. This option is only available for interaction open media. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | ||
====chat.prompt-for-end==== | ====chat.prompt-for-end==== | ||
− | * Default Value: false | + | * Default Value: <tt>false</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies if the application prompts a confirmation message when a user clicks End. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | * Description: Specifies if the application prompts a confirmation message when a user clicks End. This option can be overridden by a routing strategy as described in this [[OverridingInteractionWorkspaceOptions|Deployment Guide]]. | ||
====chat.system.text-color==== | ====chat.system.text-color==== | ||
− | * Default Value: #8C8C8C | + | * Default Value: <tt>#8C8C8C</tt> |
* Valid Values: Valid Hexadecimal (HTML) color code. | * Valid Values: Valid Hexadecimal (HTML) color code. | ||
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
Line 70: | Line 70: | ||
====chat.time-stamp==== | ====chat.time-stamp==== | ||
− | * Default Value: true | + | * Default Value: <tt>true</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies whether the time stamp is displayed in the Chat transcript area. | * Description: Specifies whether the time stamp is displayed in the Chat transcript area. | ||
====chat.typing-is-enabled==== | ====chat.typing-is-enabled==== | ||
− | * Default Value: true | + | * Default Value: <tt>true</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Specifies whether typing notification is enabled. It should be disabled for Chat Server lower than 8.0.1. | * Description: Specifies whether typing notification is enabled. It should be disabled for Chat Server lower than 8.0.1. | ||
====chat.typing-timeout==== | ====chat.typing-timeout==== | ||
− | * Default Value: 10 | + | * Default Value: <tt>10</tt> |
− | * Valid Values: From 0 to MAXINT | + | * Valid Values: From <tt>0</tt> to <tt>MAXINT</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: Defines the duration, in seconds, that the typing notification is displayed after the last keystroke and before the agent or contact sends their message. | * Description: Defines the duration, in seconds, that the typing notification is displayed after the last keystroke and before the agent or contact sends their message. | ||
====privilege.chat.can-use==== | ====privilege.chat.can-use==== | ||
− | * Default Value: true | + | * Default Value: <tt>true</tt> |
− | * Valid Values: true, false | + | * Valid Values: <tt>true</tt>, <tt>false</tt> |
* Changes take effect: When the session is started or restarted. | * Changes take effect: When the session is started or restarted. | ||
* Description: When the value is set to <tt>true</tt>, the agent is permitted to use the Chat channel. | * Description: When the value is set to <tt>true</tt>, the agent is permitted to use the Chat channel. | ||
+ | ====privilege.chat.can-consult==== | ||
+ | * Default Value: <tt>true</tt> | ||
+ | * Valid Values: <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect: When the session is started or restarted. | ||
+ | * Description: When the value is set to <tt>true</tt>, the agent is permitted to use the Chat consultation. | ||
+ | |||
+ | ====privilege.chat.can-one-step-conference==== | ||
+ | * Default Value: <tt>true</tt> | ||
+ | * Valid Values: <tt>true</tt>, <tt>false</tt> | ||
+ | * Changes take effect: When the session is started or restarted. | ||
+ | * Description: When the value is set to <tt>true</tt>, the agent is permitted to use instant chat conference. | ||
[[Category:V:HTCC:8.5.2]] | [[Category:V:HTCC:8.5.2]] |
Revision as of 18:05, October 17, 2014
Chat
Workspace Web Edition provides the following options for managing Chat:
Contents
- 1 Chat
- 1.1 chat.agent.prompt-color
- 1.2 chat.agent.text-color
- 1.3 chat.auto-answer
- 1.4 chat.client.prompt-color
- 1.5 chat.client.text-color
- 1.6 chat.enable-auto-disconnect
- 1.7 chat.nickname
- 1.8 chat.pending-response-to-customer
- 1.9 chat.prompt-for-done
- 1.10 chat.prompt-for-end
- 1.11 chat.system.text-color
- 1.12 chat.time-stamp
- 1.13 chat.typing-is-enabled
- 1.14 chat.typing-timeout
- 1.15 privilege.chat.can-use
- 1.16 privilege.chat.can-consult
- 1.17 privilege.chat.can-one-step-conference
chat.agent.prompt-color
- Default Value: #385078
- Valid Values: Valid Hexadecimal (HTML) color code
- Changes take effect: When the session is started or restarted.
- Description: Specifies the color of the prompt for the messages that are entered by the agent in the Chat view.
chat.agent.text-color
- Default Value: #385078
- Valid Values: Valid Hexadecimal (HTML) color code
- Changes take effect: When the session is started or restarted.
- Description: Specifies the color of the text of the messages that are entered by the agent in the Chat view.
chat.auto-answer
- Default Value: false
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies whether a chat interaction is automatically accepted and joined when a Interaction Server Invite event is received. This option can be overridden by a routing strategy as described in this Deployment Guide.
chat.client.prompt-color
- Default Value: #166FFF
- Valid Values: Valid Hexadecimal (HTML) color code
- Changes take effect: When the session is started or restarted.
- Description: Specifies the color of the text of the messages that are entered by the target client in the Chat view.
chat.client.text-color
- Default Value: #166FFF
- Valid Values: Valid Hexadecimal (HTML) color code
- Changes take effect: When the session is started or restarted.
- Description: Specifies the color of the client text in the Chat view.
chat.enable-auto-disconnect
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies whether the chat session is automatically disconnected if the agent is the last party remaining in the chat session.
chat.nickname
- Default Value: $Agent.UserName$
- Valid Values: A string that contains a compilation of characters and field codes from the following list: $Agent.UserName$,$Agent.LastName$,$Agent.FirstName$,$Agent.FullName$,$Agent.EmployeeId$.
- Changes take effect: When the session is started or restarted.
- Description: Specifies the nickname that is used to join the chat session (presented to the customer) by a string that can contain regular characters and the field codes.
This option can be overridden by a routing strategy as described in this Deployment Guide.
chat.pending-response-to-customer
- Default Value: 30,50
- Valid Values: <A comma-separated list value: warning time, maximum time>
- Changes take effect: When the session is started or restarted.
- Description: Specifies two alarm thresholds, in seconds, that warn agents that they have a pending response to a chat from a customer. Three levels are displayed: before the warning time, between the warning time and the maximum time, and after the maximum time.
chat.prompt-for-done
- Default Value: false
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies if the application prompts a confirmation message when a user clicks Done. This option is only available for interaction open media. This option can be overridden by a routing strategy as described in this Deployment Guide.
chat.prompt-for-end
- Default Value: false
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies if the application prompts a confirmation message when a user clicks End. This option can be overridden by a routing strategy as described in this Deployment Guide.
chat.system.text-color
- Default Value: #8C8C8C
- Valid Values: Valid Hexadecimal (HTML) color code.
- Changes take effect: When the session is started or restarted.
- Description: Specifies the color of the text for system messages in the Chat view.
chat.time-stamp
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies whether the time stamp is displayed in the Chat transcript area.
chat.typing-is-enabled
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: Specifies whether typing notification is enabled. It should be disabled for Chat Server lower than 8.0.1.
chat.typing-timeout
- Default Value: 10
- Valid Values: From 0 to MAXINT
- Changes take effect: When the session is started or restarted.
- Description: Defines the duration, in seconds, that the typing notification is displayed after the last keystroke and before the agent or contact sends their message.
privilege.chat.can-use
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: When the value is set to true, the agent is permitted to use the Chat channel.
privilege.chat.can-consult
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: When the value is set to true, the agent is permitted to use the Chat consultation.
privilege.chat.can-one-step-conference
- Default Value: true
- Valid Values: true, false
- Changes take effect: When the session is started or restarted.
- Description: When the value is set to true, the agent is permitted to use instant chat conference.
Comments or questions about this documentation? Contact us for support!