public final class Slot extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Slot.Builder |
Modifier and Type | Method and Description |
---|---|
static Slot.Builder |
builder() |
boolean |
equals(Object o) |
SlotConfirmationStatus |
getConfirmationStatus()
Indication of whether an intent or slot has been explicitly confirmed or denied by the user, or neither.
|
String |
getConfirmationStatusAsString()
Get the underlying String value for confirmationStatus.
|
String |
getName()
A string that represents the name of the slot.
|
Resolutions |
getResolutions()
Contains the resultsof entity resolution.
|
SlotValue |
getSlotValue()
Object representing the value of the slot.
|
String |
getValue()
A string that represents the value the user spoke for the slot.
|
int |
hashCode() |
String |
toString() |
public static Slot.Builder builder()
public String getName()
public String getValue()
public SlotConfirmationStatus getConfirmationStatus()
public String getConfirmationStatusAsString()
public Resolutions getResolutions()
public SlotValue getSlotValue()
Copyright © 2023. All rights reserved.