AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::aplCapabilityCommonInterfaces::PresentationSession Struct Reference

#include <PresentationSession.h>

Public Attributes

std::string skillId
 ID of skill that owns the presentation session. More...
 
std::string id
 Unique string identifying the instance of a skill. More...
 
std::vector< GrantedExtensiongrantedExtensions
 List of extensions that are granted for use by this APL document. More...
 
std::vector< AutoInitializedExtensionautoInitializedExtensions
 

Member Data Documentation

◆ autoInitializedExtensions

std::vector<AutoInitializedExtension> alexaClientSDK::aplCapabilityCommonInterfaces::PresentationSession::autoInitializedExtensions

List of extensions that are initialized in the APL runtime for this document.

◆ grantedExtensions

std::vector<GrantedExtension> alexaClientSDK::aplCapabilityCommonInterfaces::PresentationSession::grantedExtensions

List of extensions that are granted for use by this APL document.

◆ id

std::string alexaClientSDK::aplCapabilityCommonInterfaces::PresentationSession::id

Unique string identifying the instance of a skill.

◆ skillId

std::string alexaClientSDK::aplCapabilityCommonInterfaces::PresentationSession::skillId

ID of skill that owns the presentation session.


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