alexa / avs-device-sdk

An SDK for commercial device makers to integrate Alexa directly into connected products.
https://developer.amazon.com/alexa/alexa-voice-service
Apache License 2.0
1.26k stars 602 forks source link

Can I add self-defined directive in Alexa Skill Kits and add new capability agent in CapabilityAgents folder to handle selfdefined directive? #987

Closed DonghuaZheng closed 5 years ago

DonghuaZheng commented 5 years ago

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

I want to add a new capability to control the device which intergrated with Alexa Voice Service SDK, so I want add new capability agent in CapabilityAgents to do it. Howerver, I can not find any documents about how to add capability agent in AVS SDK and add selfdefined directive in Alexa Skill Kits. I want Can I do that and how to do that.

What is the expected behavior?

What behavior are you observing?

Provide the steps to reproduce the issue, if applicable:

Tell us about your environment:

What version of the AVS Device SDK are you using?

  <x.y.z>

Tell us what hardware you're using:

Tell us about your OS (Type & version):

dhpp commented 5 years ago

Hi @DonghuaZheng, this is not currently supported - the AVS Interfaces are quite carefully managed, and we don't have a process at this time for third parties to define a new Event or Directive.

I would suggest you post your suggestion on the more general Alexa Developer Forum for feedback here. Thanks.