Package | Description |
---|---|
com.amazon.ask.model.interfaces.customInterfaceController |
Modifier and Type | Method and Description |
---|---|
static FilterMatchAction |
FilterMatchAction.fromValue(String text) |
FilterMatchAction |
EventFilter.getFilterMatchAction()
Get filterMatchAction
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
static FilterMatchAction |
FilterMatchAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterMatchAction[] |
FilterMatchAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventFilter.Builder |
EventFilter.Builder.withFilterMatchAction(FilterMatchAction filterMatchAction) |
Copyright © 2023. All rights reserved.