Avaya Aura Contact Center Implementation — Question 5

A customer with Avaya Aura Contact Center has created a loop in a script application with the following parameters:
1. While the caller is in the loop, the customer wants an announcement to play every thirty seconds, and the queued status of the call and the In-service status of the skillset must be evaluated
2. If the call is not queued, and if the skillset is out of service, the call will be sent to an out of service announcement
3. If the call is not queued and the skillset is in service. It must be re-queued.
What is the proper script syntax to accomplish this requirement?

Answer options

Correct answer: D

Explanation

The correct answer, D, accurately implements the conditions specified: it checks that the call is not queued and the skillset is in service before disconnecting. Options A and C do not meet the requirement of evaluating both the queued status and the skillset's in-service status correctly. Option B incorrectly queues the call when the skillset is not out of service, which contradicts the outlined requirements.