16 #ifndef ACSDK_ALEXARECORDCONTROLLER_ALEXARECORDCONTROLLERFACTORY_H_ 17 #define ACSDK_ALEXARECORDCONTROLLER_ALEXARECORDCONTROLLERFACTORY_H_ 33 namespace alexaRecordController {
44 struct RecordControllerCapabilityAgentData {
46 std::shared_ptr<avsCommon::sdkInterfaces::DirectiveHandlerInterface> directiveHandler;
49 std::shared_ptr<avsCommon::sdkInterfaces::CapabilityConfigurationInterface> capabilityConfigurationInterface;
51 std::shared_ptr<avsCommon::utils::RequiresShutdown> requiresShutdown;
70 const std::shared_ptr<alexaRecordControllerInterfaces::RecordControllerInterface>& recordController,
71 const std::shared_ptr<avsCommon::sdkInterfaces::ContextManagerInterface>& contextManager,
72 const std::shared_ptr<avsCommon::sdkInterfaces::AlexaInterfaceMessageSenderInterface>& responseSender,
73 const std::shared_ptr<avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface>& exceptionSender,
80 #endif // ACSDK_ALEXARECORDCONTROLLER_ALEXARECORDCONTROLLERFACTORY_H_
static avsCommon::utils::Optional< RecordControllerCapabilityAgentData > create(const avsCommon::sdkInterfaces::endpoints::EndpointIdentifier &endpointId, const std::shared_ptr< alexaRecordControllerInterfaces::RecordControllerInterface > &recordController, const std::shared_ptr< avsCommon::sdkInterfaces::ContextManagerInterface > &contextManager, const std::shared_ptr< avsCommon::sdkInterfaces::AlexaInterfaceMessageSenderInterface > &responseSender, const std::shared_ptr< avsCommon::sdkInterfaces::ExceptionEncounteredSenderInterface > &exceptionSender, bool isRetrievable)
Definition: Optional.h:32
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: AlexaRecordControllerFactory.h:39
std::string EndpointIdentifier
Definition: EndpointIdentifier.h:38