(Modified comment string __NOINDEX__ Category:V:PSAAS:Public with Category:V:PSAAS:Public) |
(Modified comment string {{Template:PEC_Migrated}} with __NOINDEX__ {{Template:PEC_Migrated}}) |
||
Line 1: | Line 1: | ||
= Click-to-Call-In Match Block = | = Click-to-Call-In Match Block = | ||
+ | __NOINDEX__ | ||
{{Template:PEC_Migrated}} | {{Template:PEC_Migrated}} | ||
Latest revision as of 12:32, October 2, 2020
Contents
Click-to-Call-In Match Block
You can use this block to support the Click-to-Call-In feature. In a typical Click-to-Call-In scenario, a customer dials a contact center and provides some additional information during the Self Service phase, such as the reason why they are calling. They are then given a phone number to dial along with a special access code.
The application uses this block to compare the customer's information with the details of the original request, such as the access code they entered, the number they called from, or the number they dialed. If a match is found, the additional information that was submitted with the original request is returned to the block.
Depending on the matching criteria used, the match block then generates all combinations for the output as segmentation branches, where each segmentation has its own Navigation tab that specifies how to handle the interaction.
For more information about Click-to-Call In functionality, see Provisioning the Click-to-Call-In Scenario.
Using this block
Typically, you would add a User Input block ahead of this block to prompt the caller for their access code and specify the variable that will hold it. Then use the Click-to-Call-In Match block to specify the matching criteria and the variable that will hold the returned data, if a match is made.
For example, if all three criteria are used, this creates eight possible outcomes (or segmentation branches), including an outcome where Nothing Matched. You can then use a Call Data block to attach the returned data to the current interaction.
If there are no matches, you can use the Navigation tab on the Nothing Matched block to go to a specified block, skipping the Call Data block.
Match Criteria tab
Use the settings on this tab to specify which criteria to compare to the original request, and then specify the variable which holds this value. You must specify at least one item.
Example
Notice that Designer automatically creates child blocks for each outcome, which you can then use to specify the action to take if a match is found:
Routing Parameters
For Click-to-Call-In delayed scenarios, routing parameters are returned if there is a unique match. Use the settings on this tab to specify the variables that will hold the values for each parameter.
You can select variables for the following parameters:
- Outbound VQ
- Target Skill Expression
- Current Priority
- Priority Increment Interval
- Priority Increment
- Maximum Priority
- Notification Timestamp (when the push notification was initiated)
For more information, see Click-to-Call-In (Delayed).
Results tab
Specify the variable that will hold the retrieved storage data if a match is found.