![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <RemoteVideoPlayerTypes.h>
Classes | |
struct | TimeWindow |
Context of the request provided with Alexa.RemoteVideoPlayer directives. To fetch all the entity objects from the context, application can query the the getters to fetch the list of entities based on the types provided with requestedEntityType.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Actor> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::actorList |
Collection of all the actor objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::App> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::appList |
Collection of all the app objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Channel> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::channelList |
Collection of all the channel objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Character> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::characterList |
Collection of all the character objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Director> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::directorList |
Collection of all the director objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Episode> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::episodeList |
Collection of all the episode objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Event> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::eventList |
Collection of all the event objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Franchise> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::franchiseList |
Collection of all the franchise objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Genre> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::genreList |
Collection of all the genre objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::League> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::leagueList |
Collection of all the league objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Media> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::mediaList |
Collection of all the media objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Popularity> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::popularityList |
Collection of all the popularity objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::ProductionCompany> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::productionCompanyList |
Collection of all the production company objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Recency> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::recencyList |
Collection of all the recency objects.
avsCommon::utils::Optional<std::string> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::searchTextTranscribed |
The transcribed version of the user search query. : This is to be used as a fallback for other values in the search payload. This field is optional, and might not appear in the received directive. Additionally (1). there is no word order guarantee in the transcribed text, and, (2). the content of the transcribed text may change over time - e.g. "top ten comedies" or "top 10 comedies".
std::vector<acsdkAlexaVideoCommon::VideoEntity::Season> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::seasonList |
Collection of all the seasons objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Sport> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::sportList |
Collection of all the sport objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::SportsTeam> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::sportsTeamList |
Collection of all the sports team objects.
avsCommon::utils::Optional<TimeWindow> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::timeWindow |
A time window object representing a time associated with this request.
std::vector<acsdkAlexaVideoCommon::VideoEntity::Video> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::videoList |
Collection of all the video objects.
std::vector<acsdkAlexaVideoCommon::VideoEntity::VideoResolution> alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::videoResolutionList |
Collection of all the video resolution objects.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0