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

add hosted widget integration usage to README #161

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

spencerlepine
Copy link

@spencerlepine spencerlepine commented Aug 9, 2023

PAIRED WITH #143

Issue #, if available:

Description of changes:
add hosted widget integration usage to README

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

README.md Outdated
amazon_connect('styles', { openChat: { color: '#ffffff', backgroundColor: '#07b62a'}, closeChat: { color: '#ffffff', backgroundColor: '#07b62a'} });
amazon_connect('snippetId', 'QVFJREFIajNZWm9TMmtpZVZPZlMwcnFsWVF1ZFc1T1poSjlRM3U2T01NOTdhRGhSRGdGZzR6b0lNalNranlwbGlydkdwU0kzQUFBQWJqQnNCZ2txaGtpRzl3MEJCd2FnWHpCZEFnRUFNRmdHQ1NxR1NJYjNEUUVIQVRBZUJnbGdoa2dCWlFNRUFTNHdFUVFNMk5pcTVmY2dZZldNb1BESUFnRVFnQ3V5cWdjdm51YnRPYWQxUGNLKzl4RkJMa3lMMjdIZElPU3BIUUpkeUYvTlBHbDhQZERQT2tpcnNtTHM6Okp2RDdHR1JFc0wzRlZ6QnBxbFplM3U5eGRmZVozTzZEY0psRWtYMmFrZDJiTjJOVWFadXA1ZnBvMU9ST3F6MXhzSjlKdVczeTVtd0s5ZGlkMkFNSTkreWhpbVdLYmRJMWlMTFJjeEMzdUZRWCtRTjdhc2lDWk1CM3ltZkFkemttMTliUTZIbm8rQlhGbUdtbVY5RXV2dXNMT0JTQkVLdz0=');
amazon_connect('supportedMessagingContentTypes', [ 'text/plain', 'text/markdown' ]);
+ amazon_connect('customerChatInterfaceUrl', 'https://...'); # TODO: put in your link to amazon-connect-chat-interface.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

say this path can be local as well like ./interface.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

say this is the file generated from this github repo after npm run build in the build folder

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated 👍 @xiajon-amzn

README.md Outdated
amazon_connect('styles', { openChat: { color: '#ffffff', backgroundColor: '#07b62a'}, closeChat: { color: '#ffffff', backgroundColor: '#07b62a'} });
amazon_connect('snippetId', 'QVFJREFIajNZWm9TMmtpZVZPZlMwcnFsWVF1ZFc1T1poSjlRM3U2T01NOTdhRGhSRGdGZzR6b0lNalNranlwbGlydkdwU0kzQUFBQWJqQnNCZ2txaGtpRzl3MEJCd2FnWHpCZEFnRUFNRmdHQ1NxR1NJYjNEUUVIQVRBZUJnbGdoa2dCWlFNRUFTNHdFUVFNMk5pcTVmY2dZZldNb1BESUFnRVFnQ3V5cWdjdm51YnRPYWQxUGNLKzl4RkJMa3lMMjdIZElPU3BIUUpkeUYvTlBHbDhQZERQT2tpcnNtTHM6Okp2RDdHR1JFc0wzRlZ6QnBxbFplM3U5eGRmZVozTzZEY0psRWtYMmFrZDJiTjJOVWFadXA1ZnBvMU9ST3F6MXhzSjlKdVczeTVtd0s5ZGlkMkFNSTkreWhpbVdLYmRJMWlMTFJjeEMzdUZRWCtRTjdhc2lDWk1CM3ltZkFkemttMTliUTZIbm8rQlhGbUdtbVY5RXV2dXNMT0JTQkVLdz0=');
amazon_connect('supportedMessagingContentTypes', [ 'text/plain', 'text/markdown' ]);
+ amazon_connect('customerChatInterfaceUrl', 'https://...'); # TODO: put in your link to amazon-connect-chat-interface.js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

say this is the file generated from this github repo after npm run build in the build folder

@spencerlepine spencerlepine merged commit fbd2db6 into master Sep 27, 2023
2 checks passed
@spencerlepine spencerlepine deleted the spenlep/widget-usage-approaches branch September 27, 2023 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants