public final class CanFulfillIntent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CanFulfillIntent.Builder |
Modifier and Type | Method and Description |
---|---|
static CanFulfillIntent.Builder |
builder() |
boolean |
equals(Object o) |
CanFulfillIntentValues |
getCanFulfill()
Get canFulfill
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getCanFulfillAsString()
Get the underlying String value for canFulfill.
|
Map<String,CanFulfillSlot> |
getSlots()
A map that represents skill's detailed response to each detected slot within the intent such as if skill can understand and fulfill the detected slot.
|
int |
hashCode() |
String |
toString() |
public static CanFulfillIntent.Builder builder()
public CanFulfillIntentValues getCanFulfill()
public String getCanFulfillAsString()
public Map<String,CanFulfillSlot> getSlots()
Copyright © 2023. All rights reserved.