You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have multiple implementations of transcript stores
Azure Blob Storage
CosmosDb
File system
etc.
But we don't have a way to easily access transcripts from my developer box.
Proposed change
We should create a transcripts cli which allows you to consume and manipulate transcript stores.
Operation
description
list conversations
retrieve conversations on a channel
get conversation
get .transcript with activities for a conversation
delete conversation
delete the activities for a conversation
Example usage
c:\ transcripts list conversations --channel=teams --azureStorageKey=xxxxx --botId MyBot
<show list of conversations Ids>
c:\ transcripts get conversation -channel=skype --convereation=conversationId --folder=folderPath
<outputs the .transcript file>
c:\ transcripts delete conversation -channel=skype --conversation=conversationId
transcript activities have been deleted for skype/conversationId
Component Impact
No component updates, it's a new component.
Customer Impact
None
Tracking Status
Docs
PR
Merged
Tools
PR
Merged
[dcr]
The text was updated successfully, but these errors were encountered:
gabog
transferred this issue from microsoft/botframework-sdk
Jun 15, 2020
Issue
We have multiple implementations of transcript stores
But we don't have a way to easily access transcripts from my developer box.
Proposed change
We should create a transcripts cli which allows you to consume and manipulate transcript stores.
Example usage
Component Impact
No component updates, it's a new component.
Customer Impact
None
Tracking Status
Docs
Tools
[dcr]
The text was updated successfully, but these errors were encountered: