sayToAlexa

fun sayToAlexa(text: String)

Simulates the user querying Alexa with voice. When the test is run in capture mode, this will send a SayToAlexaOutgoingMessage message to the AlexaSimulator service, which will in turn synthesize the text into an audio file which is then sent to the AACS service. The response messages to the query will then be captured and replayed when the test is executed in replay mode.