AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <map>
#include <string>
#include <unordered_map>
#include <vector>
#include <AVSCommon/Utils/Optional.h>
Go to the source code of this file.
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::avsCommon | |
alexaClientSDK::avsCommon::avs | |
std | |
Functions | |
bool | alexaClientSDK::avsCommon::avs::operator== (const CapabilityConfiguration::Properties &lhs, const CapabilityConfiguration::Properties &rhs) |
bool | alexaClientSDK::avsCommon::avs::operator!= (const CapabilityConfiguration::Properties &lhs, const CapabilityConfiguration::Properties &rhs) |
bool | alexaClientSDK::avsCommon::avs::operator== (const CapabilityConfiguration &lhs, const CapabilityConfiguration &rhs) |
bool | alexaClientSDK::avsCommon::avs::operator!= (const CapabilityConfiguration &lhs, const CapabilityConfiguration &rhs) |
bool | alexaClientSDK::avsCommon::avs::operator== (const std::shared_ptr< CapabilityConfiguration > &lhs, const std::shared_ptr< CapabilityConfiguration > &rhs) |
bool | alexaClientSDK::avsCommon::avs::operator!= (const std::shared_ptr< CapabilityConfiguration > &lhs, const std::shared_ptr< CapabilityConfiguration > &rhs) |
Variables | |
static const auto | alexaClientSDK::avsCommon::avs::CAPABILITY_INTERFACE_TYPE_KEY = "type" |
Key for interface type in the CapabilityConfiguration map. More... | |
static const auto | alexaClientSDK::avsCommon::avs::CAPABILITY_INTERFACE_NAME_KEY = "interface" |
Key for interface name in the CapabilityConfiguration map. More... | |
static const auto | alexaClientSDK::avsCommon::avs::CAPABILITY_INTERFACE_VERSION_KEY = "version" |
Key for interface version in the CapabilityConfiguration map. More... | |
static const auto | alexaClientSDK::avsCommon::avs::CAPABILITY_INTERFACE_CONFIGURATIONS_KEY = "configurations" |
Key for interface configurations in the CapabilityConfiguration map. 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