Cisco 300-830 Question Answer
A customer wants to enable the Real Time Transcription (RTT) feature only for specific queues. This feature is enabled by using the Start Media Stream node in Flow Designer, so the administrator decides to control the enablement using a function. The function must check two input variables: queue_ID for the selected agent queue (a string) and queue_IDs for the list of queues that require the RTT feature (a list of dictionaries, where each dictionary has an id key for the queue ID). The function returns a boolean variable rtt_Enabled to the flow, which indicates whether RTT should be enabled.
Which function is correct when using Python?
A )

B )

C )

D )


