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

#include <Alert.h>

Public Member Functions

 ContextInfo (const std::string &token, const std::string &type, const std::string &scheduledTime_ISO_8601)
 

Public Attributes

std::string token
 The AVS token identifying this alert. More...
 
std::string type
 The type of this alert. More...
 
std::string scheduledTime_ISO_8601
 The time, in ISO-8601 format, when this alert should activate. More...
 

Detailed Description

Utility struct to allow us to share Context data that can be sent to AVS representing this alert.

Constructor & Destructor Documentation

◆ ContextInfo()

alexaClientSDK::capabilityAgents::alerts::Alert::ContextInfo::ContextInfo ( const std::string &  token,
const std::string &  type,
const std::string &  scheduledTime_ISO_8601 
)
inline

Constructor.

Parameters
tokenThe AVS token identifying this alert.
typeThe type of this alert.
scheduledTime_ISO_8601The time, in ISO-8601 format, when this alert should activate.

Member Data Documentation

◆ scheduledTime_ISO_8601

std::string alexaClientSDK::capabilityAgents::alerts::Alert::ContextInfo::scheduledTime_ISO_8601

The time, in ISO-8601 format, when this alert should activate.

◆ token

std::string alexaClientSDK::capabilityAgents::alerts::Alert::ContextInfo::token

The AVS token identifying this alert.

◆ type

std::string alexaClientSDK::capabilityAgents::alerts::Alert::ContextInfo::type

The type of this alert.


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

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