Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant