AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <string>
#include <rapidjson/document.h>
#include <rapidjson/writer.h>
#include <rapidjson/stringbuffer.h>
Go to the source code of this file.
Classes | |
class | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MessageInterface |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::sampleApplications | |
alexaClientSDK::sampleApplications::ipcServerSampleApp | |
Variables | |
const char | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MSG_HEADER_TAG [] = "header" |
The namespace json key in the message. More... | |
const char | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MSG_PAYLOAD_TAG [] = "payload" |
The payload json key in the message. More... | |
const char | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MSG_VERSION_TAG [] = "version" |
The version json key in the message. More... | |
const char | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MSG_NAMESPACE_TAG [] = "namespace" |
The namespace json key in the message. More... | |
const char | alexaClientSDK::sampleApplications::ipcServerSampleApp::messages::MSG_NAME_TAG [] = "name" |
The name json key in the message. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0