16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_EVENTBUILDER_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_EVENTBUILDER_H_ 20 #include <unordered_set> 110 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_AVS_INCLUDE_AVSCOMMON_AVS_EVENTBUILDER_H_ static const std::string NAME_KEY_STRING
The name key in the header of the event.
Definition: EventBuilder.h:39
::std::string string
Definition: gtest-port.h:1097
Definition: Optional.h:32
const std::pair< std::string, std::string > buildJsonEventString(const std::string &nameSpace, const std::string &eventName, const std::string &dialogRequestIdValue="", const std::string &jsonPayloadValue="{}", const std::string &jsonContext="")
static const std::string NAMESPACE_KEY_STRING
The namespace key in the header of the event.
Definition: EventBuilder.h:36
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
static const std::string PAYLOAD_KEY_STRING
The payload key in the event.
Definition: EventBuilder.h:45
static const std::string HEADER_KEY_STRING
The header key in the event.
Definition: EventBuilder.h:42