AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::settings::SettingEventMetadata Struct Reference

#include <SettingEventMetadata.h>

Public Attributes

std::string eventNamespace
 The event namespace placed in the header. More...
 
std::string eventChangedName
 The name for the event indicating a value changed in the setting. More...
 
std::string eventReportName
 The name for the event for reporting the value of a setting. More...
 
std::string settingName
 The string key in the payload to specify the value of the setting. More...
 

Detailed Description

Specifies the parameters needed to construct setting changed and report events.

Member Data Documentation

◆ eventChangedName

std::string alexaClientSDK::settings::SettingEventMetadata::eventChangedName

The name for the event indicating a value changed in the setting.

◆ eventNamespace

std::string alexaClientSDK::settings::SettingEventMetadata::eventNamespace

The event namespace placed in the header.

◆ eventReportName

std::string alexaClientSDK::settings::SettingEventMetadata::eventReportName

The name for the event for reporting the value of a setting.

◆ settingName

std::string alexaClientSDK::settings::SettingEventMetadata::settingName

The string key in the payload to specify the value of the setting.


The documentation for this struct was generated from the following file:

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