public final class Event extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.Builder |
Modifier and Type | Method and Description |
---|---|
static Event.Builder |
builder() |
boolean |
equals(Object o) |
List<String> |
getFails()
Get fails
|
Integer |
getMaximumInvocations()
Enables you to limit the number of times that the skill is notified about the same event during the course of the Input Handler.
|
List<String> |
getMeets()
Get meets
|
EventReportingType |
getReports()
Get reports
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getReportsAsString()
Get the underlying String value for reports.
|
Boolean |
getShouldEndInputHandler()
Whether the Input Handler should end after this event fires.
|
Long |
getTriggerTimeMilliseconds()
Adds a time constraint to the event.
|
int |
hashCode() |
String |
toString() |
public static Event.Builder builder()
public Boolean getShouldEndInputHandler()
public EventReportingType getReports()
public String getReportsAsString()
public Integer getMaximumInvocations()
public Long getTriggerTimeMilliseconds()
Copyright © 2023. All rights reserved.