|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::DISCOVERY_NAMESPACE = "Alexa.Discovery" |
| The Discovery event Namsepace. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::ADD_OR_UPDATE_REPORT_NAME = "AddOrUpdateReport" |
| The AddOrUpdateReport Namespace. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::DELETE_REPORT_NAME = "DeleteReport" |
| The DeleteReport Namespace. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::DISCOVERY_PAYLOAD_VERSION = "3" |
| The payload version of the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::ENDPOINTS_KEY = "endpoints" |
| The scope key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::ENDPOINTID_KEY = "endpointId" |
| The scope key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::EVENT_KEY = "event" |
| The event key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::HEADER_KEY = "header" |
| The header key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::NAMESPACE_KEY = "namespace" |
| The namespace key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::NAME_KEY = "name" |
| The name key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::PAYLOAD_VERSION_KEY = "payloadVersion" |
| The payload version key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::EVENT_CORRELATION_TOKEN_KEY = "eventCorrelationToken" |
| The eventCorrelationToken key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::PAYLOAD_KEY = "payload" |
| The payload key in the discovery event. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::TEST_AUTH_TOKEN = "TEST_AUTH_TOKEN" |
| Test string for auth token. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::TEST_ENDPOINT_ID_1 = "1" |
| Test string for endpointID 1. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::TEST_ENDPOINT_ID_2 = "2" |
| Test string for endpointId 2. More...
|
|
static const std::unordered_map< std::string, std::string > | alexaClientSDK::capabilitiesDelegate::test::TEST_ADD_OR_UPDATE_ENDPOINTS |
| The test endpointId to endpointConfig map AddOrUpdateReport event endpoints. More...
|
|
static const std::unordered_map< std::string, std::string > | alexaClientSDK::capabilitiesDelegate::test::TEST_DELETE_ENDPOINTS |
| The test endpointId to endpointConfig map DeleteReport event endpoints. More...
|
|
static const std::vector< std::string > | alexaClientSDK::capabilitiesDelegate::test::EXPECTED_ADD_OR_UPDATE_ENDPOINT_IDS = {TEST_ENDPOINT_ID_1} |
| The expected AddOrUpdateReport endpoint Ids. More...
|
|
static const std::vector< std::string > | alexaClientSDK::capabilitiesDelegate::test::EXPECTED_DELETE_ENDPOINT_IDS = {TEST_ENDPOINT_ID_2} |
| The expected DeleteReport endpoint Ids. More...
|
|
static const std::string | alexaClientSDK::capabilitiesDelegate::test::TEST_EVENT_CORRELATION_TOKEN = "TEST_EVENT_CORRELATION_TOKEN" |
| The test string for eventCorrelationToken sent in headers. More...
|
|
static constexpr int | alexaClientSDK::capabilitiesDelegate::test::TEST_RETRY_COUNT = 2 |
| The test retry count. More...
|
|
static constexpr int | alexaClientSDK::capabilitiesDelegate::test::MAX_ENDPOINTS_PER_ADD_OR_UPDATE_REPORT_EVENT = 300 |
| Maximum number of endpoints that can be sent in a Discovery.AddOrUpdateReport event. More...
|
|
static constexpr int | alexaClientSDK::capabilitiesDelegate::test::MAX_ENDPOINTS_SIZE_IN_PAYLOAD = 246 * 1024 |
| Maximum size of Discovery event (246KB) More...
|
|