![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ComponentConfiguration.h>
Static Public Member Functions | |
static std::shared_ptr< ComponentConfiguration > | createComponentConfiguration (std::string name, std::string version) |
Public Attributes | |
std::string | name |
string indicating the name of a Component . More... | |
std::string | version |
string indicating the version of a Component . More... | |
struct that represents the Component version information.
|
static |
Creates a ComponentConfiguration
name | The name of the component. |
version | The version of the component. |
ComponentConfiguration
. Null pointer if configuration is invalid. std::string alexaClientSDK::avsCommon::avs::ComponentConfiguration::name |
string indicating the name of a Component
.
std::string alexaClientSDK::avsCommon::avs::ComponentConfiguration::version |
string indicating the version of a Component
.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0