com.amazon.speech.speechlet.dialog.directives.DelegateDirective Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alexa-skills-kit Show documentation
Show all versions of alexa-skills-kit Show documentation
Contains classes used by the Alexa Skills Kit.
package com.amazon.speech.speechlet.dialog.directives;
import com.fasterxml.jackson.annotation.JsonTypeName;
/**
* A Directive which a skill may return to indicate that dialog management should be delegated
* to Alexa, based on the required slots and confirmations configured in the Skill Builder.
*
* @see DialogDirective#setUpdatedIntent
*/
@JsonTypeName("Dialog.Delegate")
public class DelegateDirective extends DialogDirective {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy