Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

DCR: Create command line tool for working with transcript stores #859

Open
4 tasks
tomlm opened this issue Feb 1, 2019 · 0 comments
Open
4 tasks

DCR: Create command line tool for working with transcript stores #859

tomlm opened this issue Feb 1, 2019 · 0 comments

Comments

@tomlm
Copy link
Contributor

tomlm commented Feb 1, 2019

Issue

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]

@gabog gabog transferred this issue from microsoft/botframework-sdk Jun 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant