public final class StartInputHandlerDirective extends Directive
Modifier and Type | Class and Description |
---|---|
static class |
StartInputHandlerDirective.Builder |
Modifier and Type | Method and Description |
---|---|
static StartInputHandlerDirective.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,Event> |
getEvents()
The logic that determines when your skill is notified of Echo Button input.
|
List<String> |
getProxies()
Names for unknown gadget IDs to use in recognizers, allocated on a first-come, first-served basis.
|
Map<String,Recognizer> |
getRecognizers()
Conditions that, at any moment, are either true or false.
|
Long |
getTimeout()
The maximum run time for this Input Handler, in milliseconds.
|
int |
hashCode() |
String |
toString() |
public static StartInputHandlerDirective.Builder builder()
public Long getTimeout()
public List<String> getProxies()
public Map<String,Recognizer> getRecognizers()
public Map<String,Event> getEvents()
Copyright © 2023. All rights reserved.