public class ConversationSendRequest extends Object
| Constructor and Description |
|---|
ConversationSendRequest() |
ConversationSendRequest(String to,
ConversationContentType type,
ConversationContent content,
String from,
String reportUrl,
ConversationFallbackOption fallback,
Map<String,Object> source,
ConversationMessageTag tag) |
| Modifier and Type | Method and Description |
|---|---|
ConversationContent |
getContent() |
ConversationFallbackOption |
getFallback() |
String |
getFrom() |
String |
getReportUrl() |
Map<String,Object> |
getSource() |
ConversationMessageTag |
getTag() |
String |
getTo() |
String |
getTrackId() |
String |
getTtl() |
ConversationContentType |
getType() |
void |
setContent(ConversationContent content) |
void |
setFallback(ConversationFallbackOption fallback) |
void |
setFrom(String from) |
void |
setReportUrl(String reportUrl) |
void |
setSource(Map<String,Object> source) |
void |
setTag(ConversationMessageTag tag) |
void |
setTo(String to) |
void |
setTrackId(String trackId) |
void |
setTtl(String ttl) |
void |
setType(ConversationContentType type) |
String |
toString() |
public ConversationSendRequest(String to, ConversationContentType type, ConversationContent content, String from, String reportUrl, ConversationFallbackOption fallback, Map<String,Object> source, ConversationMessageTag tag)
public ConversationSendRequest()
public String getTo()
public void setTo(String to)
public ConversationContentType getType()
public void setType(ConversationContentType type)
public ConversationContent getContent()
public void setContent(ConversationContent content)
public String getFrom()
public void setFrom(String from)
public String getReportUrl()
public void setReportUrl(String reportUrl)
public ConversationFallbackOption getFallback()
public void setFallback(ConversationFallbackOption fallback)
public ConversationMessageTag getTag()
public void setTag(ConversationMessageTag tag)
public void setTrackId(String trackId)
public String getTrackId()
public String getTtl()
public void setTtl(String ttl)
Copyright © 2024. All rights reserved.