public class LexCurrentIntent
extends java.lang.Object
| Constructor and Description |
|---|
LexCurrentIntent() |
LexCurrentIntent(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfirmationStatus() |
java.lang.String |
getName() |
io.vertx.core.json.JsonObject |
getSlotDetails() |
io.vertx.core.json.JsonObject |
getSlots() |
LexCurrentIntent |
setConfirmationStatus(java.lang.String confirmationStatus) |
LexCurrentIntent |
setName(java.lang.String name) |
LexCurrentIntent |
setSlotDetails(io.vertx.core.json.JsonObject slotDetails) |
LexCurrentIntent |
setSlots(io.vertx.core.json.JsonObject slots) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public LexCurrentIntent()
public LexCurrentIntent(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getConfirmationStatus()
public LexCurrentIntent setConfirmationStatus(java.lang.String confirmationStatus)
public java.lang.String getName()
public LexCurrentIntent setName(java.lang.String name)
public io.vertx.core.json.JsonObject getSlotDetails()
public LexCurrentIntent setSlotDetails(io.vertx.core.json.JsonObject slotDetails)
public io.vertx.core.json.JsonObject getSlots()
public LexCurrentIntent setSlots(io.vertx.core.json.JsonObject slots)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.