public class ConversationMessageRequest extends Object
| Constructor and Description |
|---|
ConversationMessageRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelId() |
ConversationContent |
getContent() |
String |
getReportUrl() |
Map<String,Object> |
getSource() |
String |
getTrackId() |
String |
getTtl() |
ConversationContentType |
getType() |
void |
setChannelId(String channelId) |
void |
setContent(ConversationContent content) |
void |
setReportUrl(String reportUrl) |
void |
setSource(Map<String,Object> source) |
void |
setTrackId(String trackId) |
void |
setTtl(String ttl) |
void |
setType(ConversationContentType type) |
String |
toString() |
public ConversationContentType getType()
public void setType(ConversationContentType type)
public ConversationContent getContent()
public void setContent(ConversationContent content)
public String getChannelId()
public void setChannelId(String channelId)
public String getReportUrl()
public void setReportUrl(String reportUrl)
public String getTrackId()
public void setTrackId(String trackId)
public String getTtl()
public void setTtl(String ttl)
Copyright © 2024. All rights reserved.