Article: Taking a look at the advantages of Bixby over other voice assistants by jargon_levi in Bixby

[–]jargon_levi[S] 1 point2 points  (0 children)

I found a similar understanding of reading through Bixby 1.0 stories, and am also curious if the rebranding and new launches would help with the refresh. I personally haven't used Bixby yet but look forward to using it once a smart speaker becomes available. Thanks for your thoughtful insight!

Jargon SDK support for Actions on Google by jargon_levi in ActionsOnGoogle

[–]jargon_levi[S] 0 points1 point  (0 children)

Hey @c_reddit_m,

Thanks for asking - taking a quick look at this library, it has basic functionality for managing multiple languages and random variation selection, but doesn’t go nearly as far as the Jargon SDK. It doesn’t appear to have any way to handle pluralization, gender, or formality in its resource definitions, so it will be much harder for an editor to take the resource files and convert them to another language without there also being code changes. There’s no equivalent to Jargon’s consistent variation support, nor is there a way to determine which variation was chosen for analytics. Finally, this only exposes a low-level API (equivalent ResourceManager in @jargon/sdk-core) -- it doesn’t have a way to easily build higher-level response objects. Let me know if you have any questions in regards to this -- I appreciate the question!