![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AlexaLauncherInterface.h>
Public Member Functions | |
Response () | |
Default Constructor. More... | |
Response (Type responseType, std::string message) | |
Public Attributes | |
Type | type |
The AlexaLauncher response type. More... | |
std::string | errorMessage |
The error message for logging if the AlexaLauncher response type is any other than SUCCESS. More... | |
Class for holding AlexaLauncher response for AlexaLauncher interface
Enum for the different error types understood by the AlexaLauncher capability agent.
|
inline |
Default Constructor.
|
inline |
Constructor.
responseType | The response type Type . |
errorMessage | The error message if type is other than SUCCESS . |
std::string alexaClientSDK::acsdkAlexaLauncherInterfaces::AlexaLauncherInterface::Response::errorMessage |
The error message for logging if the AlexaLauncher response type is any other than SUCCESS.
Type alexaClientSDK::acsdkAlexaLauncherInterfaces::AlexaLauncherInterface::Response::type |
The AlexaLauncher response type.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0