|
static const std::string | alexaClientSDK::avsCommon::test::NAMESPACE_SPEECH_RECOGNIZER ("SpeechRecognizer") |
| Namespace for SpeechRecognizer. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::NAME_STOP_CAPTURE ("StopCapture") |
| Name for directive to SpeechRecognizer. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::NAME_RECOGNIZE ("Recognize") |
| Name for SpeechRecognizer state. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::EVENT ("event") |
| Event key. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::HEADER ("header") |
| Header key. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::MESSAGE_ID ("messageId") |
| Message Id key. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::MESSAGE_ID_TEST ("MessageId_Test") |
| Message Id for testing. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::DIALOG_REQUEST_ID ("dialogRequestId") |
| Dialog request Id Key. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::DIALOG_REQUEST_ID_TEST ("DialogRequestId_Test") |
| DialogRequestId for testing. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::PAYLOAD ("payload") |
| Payload key. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::PAYLOAD_TEST ("payload_Test") |
| A speech recognizer payload for testing. More...
|
|
static const std::string | alexaClientSDK::avsCommon::test::EXCEPTION_ENCOUNTERED_STRING ("encountered_exception") |
| A string to send with the sendExceptionEncounteredAndReportFailed method. More...
|
|
bool | alexaClientSDK::avsCommon::test::removeMessageId (Document *document, std::string *messageId) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToHandleImmediately) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToPrehandleDirective) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToHandleDirective) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToHandleDirectiveWithNoPrehandle) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToCancelDirective) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_callToCancelDirectiveWithNoPrehandle) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_withDialogIdAndContext) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_withDialogIdAndNoContext) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_withoutDialogIdOrContext) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_withContextAndNoDialogId) |
|
| alexaClientSDK::avsCommon::test::TEST_F (CapabilityAgentTest, test_sendExceptionEncounteredWithNullInfo) |
|