![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
A struct to hold an AttachmentReader
alongside its name.
More...
#include <MessageRequest.h>
Public Member Functions | |
NamedReader (const std::string &name, std::shared_ptr< avsCommon::avs::attachment::AttachmentReader > reader) | |
Public Attributes | |
std::string | name |
The name of this message part. More... | |
std::shared_ptr< avsCommon::avs::attachment::AttachmentReader > | reader |
The AttachmentReader contains the data of this message part. More... | |
A struct to hold an AttachmentReader
alongside its name.
|
inline |
Constructor.
name | The name of the message part. |
reader | The AttachmentReader holding the data for this part. |
std::string alexaClientSDK::avsCommon::avs::MessageRequest::NamedReader::name |
The name of this message part.
std::shared_ptr<avsCommon::avs::attachment::AttachmentReader> alexaClientSDK::avsCommon::avs::MessageRequest::NamedReader::reader |
The AttachmentReader
contains the data of this message part.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0