AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions
ActionsToDirectiveMapping.cpp File Reference
#include <AVSCommon/AVS/CapabilitySemantics/ActionsToDirectiveMapping.h>
#include <AVSCommon/Utils/JSON/JSONGenerator.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <algorithm>
Include dependency graph for ActionsToDirectiveMapping.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::avs
 
 alexaClientSDK::avsCommon::avs::capabilitySemantics
 

Macros

#define LX(event)   utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::TYPE_KEY ("@type")
 The "@type" key of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::MAPPING_TYPE_VALUE ("ActionsToDirective")
 The "ActionsToDirective" value of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::ACTIONS_KEY ("actions")
 The "actions" key of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::DIRECTIVE_KEY ("directive")
 The "directive" key of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::NAME_KEY ("name")
 The "name" key of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::PAYLOAD_KEY ("payload")
 The "payload" key of mapping object JSON. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::EMPTY_JSON ("{}")
 Empty JSON object. More...
 
static const std::string alexaClientSDK::avsCommon::avs::capabilitySemantics::TAG ("ActionsToDirectiveMapping")
 String to identify log entries originating from this file. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
eventThe event string for this LogEntry.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0