所以我使用以下命令启动呼出语音联系人
aws connect start-outbound-voice-contact \
--destination-phone-number +1234567890 \
--contact-flow-id ID-HERE \
--instance-id ID-HERE \
--profile myProfile \
--source-phone-number +1234567890 \
--attributes mytext=amazing
我想在Play prompt
步骤中使用来自属性的文本。因此,我将此提示设置为text to speech
,Enter dynamically
并选择External
作为类型。我尝试使用mytext
,$.mytext
和$.External.mytext
作为属性名称,但没有任何效果。
如何访问从CLI传递的属性?