TranscriptInfo Class
- java.
lang. Object - com.
microsoft. bot. builder. TranscriptInfo
- com.
public class TranscriptInfo
Represents a copy of a conversation.
Constructor Summary
| Constructor | Description |
|---|---|
| TranscriptInfo(String withId, String withChannelId, OffsetDateTime withCreated) |
Constructor. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
channelId()
Gets the ID of the channel in which the conversation occurred. |
| java.time.OffsetDateTime |
getCreated()
Gets the date the conversation began. |
| java.lang.String |
getId()
Gets the ID of the conversation. |
| void |
setChannelId(String withChannelId)
Sets the ID of the channel in which the conversation occurred. |
| void |
setCreated(OffsetDateTime withCreated)
Sets the date the conversation began. |
| void |
setId(String withId)
Sets the ID of the conversation. |
Methods inherited from java.lang.Object
Constructor Details
TranscriptInfo
public TranscriptInfo(String withId, String withChannelId, OffsetDateTime withCreated)
Constructor.
Parameters:
Method Details
channelId
public String channelId()
Gets the ID of the channel in which the conversation occurred.
Returns:
getCreated
public OffsetDateTime getCreated()
Gets the date the conversation began.
Returns:
getId
public String getId()
Gets the ID of the conversation.
Returns:
setChannelId
public void setChannelId(String withChannelId)
Sets the ID of the channel in which the conversation occurred.
Parameters:
setCreated
public void setCreated(OffsetDateTime withCreated)
Sets the date the conversation began.
Parameters:
setId
public void setId(String withId)
Sets the ID of the conversation.
Parameters: