AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkAlerts::Alert::Asset Struct Reference

#include <Alert.h>

Public Member Functions

 Asset ()=default
 
 Asset (const std::string &id, const std::string &url)
 

Public Attributes

std::string id
 The id of the asset. More...
 
std::string url
 The url of the asset. More...
 

Detailed Description

Utility structure to represent a custom asset sent from AVS.

Constructor & Destructor Documentation

◆ Asset() [1/2]

alexaClientSDK::acsdkAlerts::Alert::Asset::Asset ( )
default

Default Constructor.

◆ Asset() [2/2]

alexaClientSDK::acsdkAlerts::Alert::Asset::Asset ( const std::string &  id,
const std::string &  url 
)
inline

Constructor.

Parameters
idThe id of the asset.
urlThe url of the asset.

Member Data Documentation

◆ id

std::string alexaClientSDK::acsdkAlerts::Alert::Asset::id

The id of the asset.

◆ url

std::string alexaClientSDK::acsdkAlerts::Alert::Asset::url

The url of the asset.


The documentation for this struct was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0