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

getTranscript() not working for other contactIds #28

Closed
tjw0051 opened this issue Aug 19, 2020 · 2 comments
Closed

getTranscript() not working for other contactIds #28

tjw0051 opened this issue Aug 19, 2020 · 2 comments

Comments

@tjw0051
Copy link

tjw0051 commented Aug 19, 2020

Previously it was possible to fetch the transcript for a different contactId than the currently connected contact. However now when I call getTranscript() for a valid contactId (with full transcript available through the Amazon Connect dashboard) i get a response like:

{
    "InitialContactId": "...",
    "NextToken": "",
    "Transcript": []
}

Is it no longer possible to get the transcript for a different contactId?

@tscheuneman
Copy link
Contributor

Hi @tjw0051, sorry for the late response to this. ChatJs implements the public Amazon Connect Participant Service API's as described here:

https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_GetTranscript.html

@tscheuneman
Copy link
Contributor

Closing this, feel free to reopen if you have any other questions.

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

2 participants