All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazon.speech.speechlet.dialog.directives.DelegateDirective Maven / Gradle / Ivy

There is a newer version: 1.8.1
Show newest version
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