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

#include <ExternalCapabilitiesBuilderInterface.h>

Collaboration diagram for alexaClientSDK::defaultClient::ExternalCapabilitiesBuilderInterface::Capability:
Collaboration graph
[legend]

Public Attributes

avsCommon::utils::Optional< avsCommon::avs::CapabilityConfigurationconfiguration
 
std::shared_ptr< avsCommon::sdkInterfaces::DirectiveHandlerInterfacedirectiveHandler
 An optional directive handler used to process any directive included in this capability. More...
 

Detailed Description

Define a capability structure.

Member Data Documentation

◆ configuration

avsCommon::utils::Optional<avsCommon::avs::CapabilityConfiguration> alexaClientSDK::defaultClient::ExternalCapabilitiesBuilderInterface::Capability::configuration

The optional capability configuration which will be included in the list of supported capabilities sent to AVS.

◆ directiveHandler

std::shared_ptr<avsCommon::sdkInterfaces::DirectiveHandlerInterface> alexaClientSDK::defaultClient::ExternalCapabilitiesBuilderInterface::Capability::directiveHandler

An optional directive handler used to process any directive included in this capability.


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