15 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_APLEVENTPAYLOAD_H_ 16 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_APLEVENTPAYLOAD_H_ 23 namespace aplCapabilityCommonInterfaces {
24 namespace aplEventPayload {
44 #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ < 6) 61 components{components} {
97 #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ < 6) 112 dataSourceType{dataSourceType},
113 fetchPayload{fetchPayload} {
146 #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ < 6) 191 #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ < 6) 211 visualContext{visualContext},
212 datasourceContext{datasourceContext} {
236 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_APLEVENTPAYLOAD_H_ Definition: APLEventPayload.h:137
Definition: APLEventPayload.h:86
Definition: APLEventPayload.h:178
std::string components
The values of the components for all component IDs.
Definition: APLEventPayload.h:39
::std::string string
Definition: gtest-port.h:1097
std::string dataSourceType
Type of datasource that requests a fetch.
Definition: APLEventPayload.h:90
PresentationToken token
The presentation token for the document requesting the event.
Definition: APLEventPayload.h:88
std::string arguments
Array of argument data to pass to Alexa.
Definition: APLEventPayload.h:35
std::string datasourceContext
serialized datasource context obtained from APL Core
Definition: APLEventPayload.h:186
std::string PresentationToken
Alias for the token used by APL directives.
Definition: PresentationToken.h:22
std::string errors
error payload when APL processing encounters an error
Definition: APLEventPayload.h:141
PresentationToken token
The presentation token for the document requesting the event.
Definition: APLEventPayload.h:33
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::string version
Definition: APLEventPayload.h:182
PresentationToken token
The presentation token for the document requesting visual context.
Definition: APLEventPayload.h:180
Definition: APLEventPayload.h:31
std::string fetchPayload
implementation specific (SendIndexListData, UpdateIndexListData, SendTokenListData) fetch request fro...
Definition: APLEventPayload.h:92
std::string source
meta-information about the event trigger
Definition: APLEventPayload.h:37
std::string visualContext
serialized visual context obtained from APL Core
Definition: APLEventPayload.h:184
PresentationToken token
The presentation token for the document requesting the event.
Definition: APLEventPayload.h:139