![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AVSMessageEndpoint.h>
Public Member Functions | |
AVSMessageEndpoint ()=default | |
AVSMessageEndpoint (const std::string &endpointId) | |
Public Attributes | |
const std::string | endpointId |
The mandatory endpoint identifier which should uniquely identify a single endpoint across all user devices. More... | |
std::map< std::string, std::string > | cookies |
The optional custom key value pair associated with the device. More... | |
The structure representing the endpoint attributes that may be included in AVS Directives and Events.
See https://developer.amazon.com/docs/alexa/alexa-voice-service/versioning.html for more details.
|
default |
Default constructor.
|
inline |
Constructor.
endpointId | This endpoint id. |
std::map<std::string, std::string> alexaClientSDK::avsCommon::avs::AVSMessageEndpoint::cookies |
The optional custom key value pair associated with the device.
const std::string alexaClientSDK::avsCommon::avs::AVSMessageEndpoint::endpointId |
The mandatory endpoint identifier which should uniquely identify a single endpoint across all user devices.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0