public class LexResponseCard
extends java.lang.Object
| Constructor and Description |
|---|
LexResponseCard() |
LexResponseCard(io.vertx.core.json.JsonObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.util.List<Attachment> |
getGenericAttachments() |
java.lang.Integer |
getVersion() |
LexResponseCard |
setContentType(java.lang.String contentType) |
LexResponseCard |
setGenericAttachments(java.util.List<Attachment> genericAttachments) |
LexResponseCard |
setVersion(java.lang.Integer version) |
io.vertx.core.json.JsonObject |
toJson() |
java.lang.String |
toString() |
public LexResponseCard()
public LexResponseCard(io.vertx.core.json.JsonObject json)
public io.vertx.core.json.JsonObject toJson()
public java.lang.String getContentType()
public LexResponseCard setContentType(java.lang.String contentType)
public java.util.List<Attachment> getGenericAttachments()
public LexResponseCard setGenericAttachments(java.util.List<Attachment> genericAttachments)
public java.lang.Integer getVersion()
public LexResponseCard setVersion(java.lang.Integer version)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019. All Rights Reserved.