public class ConversationStartRequest extends Object
| Constructor and Description |
|---|
ConversationStartRequest() |
ConversationStartRequest(String to,
ConversationContentType type,
ConversationContent content,
String channelId,
Map<String,Object> source,
ConversationMessageTag tag) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelId() |
ConversationContent |
getContent() |
String |
getReportUrl() |
Map<String,Object> |
getSource() |
ConversationMessageTag |
getTag() |
String |
getTo() |
String |
getTrackId() |
ConversationContentType |
getType() |
void |
setChannelId(String channelId) |
void |
setContent(ConversationContent content) |
void |
setReportUrl(String reportUrl) |
void |
setSource(Map<String,Object> source) |
void |
setTag(ConversationMessageTag tag) |
void |
setTo(String to) |
void |
setTrackId(String trackId) |
void |
setType(ConversationContentType type) |
String |
toString() |
public ConversationStartRequest(String to, ConversationContentType type, ConversationContent content, String channelId, Map<String,Object> source, ConversationMessageTag tag)
public ConversationStartRequest()
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 getChannelId()
public void setChannelId(String channelId)
public String getReportUrl()
public void setReportUrl(String reportUrl)
public ConversationMessageTag getTag()
public void setTag(ConversationMessageTag tag)
public String getTrackId()
public void setTrackId(String trackId)
Copyright © 2024. All rights reserved.