Which section of script would accomplish this scenario?

A customer with Avaya Aura® Contact Center (AACC) wants callers, who are waiting to be answered by an agent, to hear a series of three different recorded announcements while they are waiting in the queue.

If the customer is still on hold after hearing all three messages, the series of three messages should continue to be repeated until the caller is presented to an agent.

Which section of script would accomplish this scenario?
A . ASSIGN 1 TO loop_counter_cv
SECTION wait_loop
WHERE loop_counter_cv EQUALS
VALUE 1: GIVE RAN 15
VALUE 2: GIVE RAN 16
VALUE 3: GIVE RAN 17
DEFAULT:
END WHERE
ASSIGN loop_counter_cv + 1 TO loop_counter_cv
WAIT 30
EXECUTE wait_loop
B . ASSIGN 1 TO loop_counter_cv
SECTION wait_loop
WHERE loop_counter_cv EQUALS
VALUE 1: GIVE RAN 15
VALUE 2: GIVE RAN 16
VALUE 3: GIVE RAN 17
Question No : 11
DEFAULT: ASSIGN 0 TO loop_counter_cv
END WHERE
ASSIGN loop_counter_cv + 1 TO loop_counter_cv
WAIT 30
EXECUTE wait_loop
C . ASSIGN 1 TO loop_counter_cv
SECTION wait_loop
WHERE loop_counter_cv EQUALS
VALUE 1: GIVE RAN 15
VALUE 2: GIVE RAN 16
VALUE 3: GIVE RAN 17
DEFAULT: ASSIGN loop_counter_cv + 1 TO loop_counter_cv
END WHERE
WAIT 30
EXECUTE wait_loop
D . SECTION wait_loop
ASSIGN 1 TO loop_counter_cv
WHERE loop_counter_cv EQUALS
VALUE 1: GIVE RAN 15
VALUE 2: GIVE RAN 16
VALUE 3: GIVE RAN 17
DEFAULT: ASSIGN loop_counter_cv + 1 TO loop_counter_cv
END WHERE
WAIT 30
EXECUTE wait_loop

Answer: D

Latest 3312 Dumps Valid Version with 66 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments