<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api</link><pubDate>Thu, 07 May 2020 17:12:37 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Paul Filkin</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Current Revision posted to Studio Developers WIKI by Paul Filkin on 5/7/2020 5:12:37 PM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full code&amp;nbsp;sample can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;What we want to achieve?&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;In the plugin we want to allow our actions to be&amp;nbsp;found using &amp;quot;Tell me box&amp;quot; from Studio.&amp;nbsp;We&amp;#39;ll&amp;nbsp;associate each action to a particular command in the plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/DeepLtell.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/DeepLtell.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;How to add Tell Me API to the solution&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;First step is to add in your project the following library&lt;strong&gt;&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.TellMe.ProviderApi.dll&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;This library can be found in Studio15 folder.&lt;/li&gt;
&lt;li&gt;Next step is to create a class which implements &lt;span style="color:#339966;"&gt;&amp;quot;ITellMeProvider&amp;quot;&lt;/span&gt; interface and has &lt;span style="color:#339966;"&gt;[TellMeProvider]&lt;/span&gt;&amp;nbsp;annotation&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/de98a8fbf9a8f2b36e8e59e8d121acd4"&gt;gist.github.com/.../de98a8fbf9a8f2b36e8e59e8d121acd4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Each abstract&amp;nbsp;action from the list corresponds to a search result from Studio.&amp;nbsp; Bellow you can a code sample on how to implement &amp;quot;&lt;strong&gt;AbstractTellMeAction&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/7c10055752e7db7f11755852b104b426"&gt;gist.github.com/.../7c10055752e7db7f11755852b104b426&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api/revision/5</link><pubDate>Tue, 04 Dec 2018 07:28:31 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Revision 5 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 12/4/2018 7:28:31 AM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full code&amp;nbsp;sample can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;What we want to achieve?&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;In the plugin we want to allow our actions to be&amp;nbsp;found using &amp;quot;Tell me box&amp;quot; from Studio.&amp;nbsp;We&amp;#39;ll&amp;nbsp;associate each action to a particular command in the plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;How to add Tell Me API to the solution&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;First step is to add in your project the following library&lt;strong&gt;&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.TellMe.ProviderApi.dll&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;This library can be found in Studio15 folder.&lt;/li&gt;
&lt;li&gt;Next step is to create a class which implements &lt;span style="color:#339966;"&gt;&amp;quot;ITellMeProvider&amp;quot;&lt;/span&gt; interface and has &lt;span style="color:#339966;"&gt;[TellMeProvider]&lt;/span&gt;&amp;nbsp;annotation&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/de98a8fbf9a8f2b36e8e59e8d121acd4"&gt;gist.github.com/.../de98a8fbf9a8f2b36e8e59e8d121acd4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Each abstract&amp;nbsp;action from the list corresponds to a search result from Studio.&amp;nbsp; Bellow you can a code sample on how to implement &amp;quot;&lt;strong&gt;AbstractTellMeAction&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/7c10055752e7db7f11755852b104b426"&gt;gist.github.com/.../7c10055752e7db7f11755852b104b426&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api/revision/4</link><pubDate>Tue, 04 Dec 2018 07:26:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Revision 4 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 12/4/2018 7:26:51 AM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full code&amp;nbsp;sample can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;What we want to achieve?&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;In the plugin we want to allow our actions to be&amp;nbsp;found using &amp;quot;Tell me box&amp;quot; from Studio.&amp;nbsp;We&amp;#39;ll&amp;nbsp;associate each action to a particular command in the plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;How to add Tell Me API to the solution&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;First step is to add in your project the following library&lt;strong&gt;&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.TellMe.ProviderApi. &lt;/span&gt;&lt;/strong&gt;This library can be found in Studio15 folder.&lt;/li&gt;
&lt;li&gt;Next step is to create a class which implements &lt;span style="color:#339966;"&gt;&amp;quot;ITellMeProvider&amp;quot;&lt;/span&gt; interface and has &lt;span style="color:#339966;"&gt;[TellMeProvider]&lt;/span&gt; attribute&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/de98a8fbf9a8f2b36e8e59e8d121acd4"&gt;gist.github.com/.../de98a8fbf9a8f2b36e8e59e8d121acd4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Each abstract&amp;nbsp;action from the list corresponds to a search result from Studio.&amp;nbsp; Bellow you can a code sample on how to implement &amp;quot;&lt;strong&gt;AbstractTellMeAction&lt;/strong&gt;&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/7c10055752e7db7f11755852b104b426"&gt;gist.github.com/.../7c10055752e7db7f11755852b104b426&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api/revision/3</link><pubDate>Tue, 04 Dec 2018 07:22:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Revision 3 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 12/4/2018 7:22:58 AM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full code&amp;nbsp;sample can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;What we want to achieve?&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;In the plugin we want to allow our actions to be&amp;nbsp;found using &amp;quot;Tell me box&amp;quot; from Studio.&amp;nbsp;We&amp;#39;ll&amp;nbsp;associate each action to a particular command in the plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;How to add Tell Me API to the solution&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;First step is to add in your project the following library&lt;strong&gt;&amp;nbsp;&lt;span style="color:#339966;"&gt;Sdl.TellMe.ProviderApi. &lt;/span&gt;&lt;/strong&gt;This library can be found in Studio15 folder.&lt;/li&gt;
&lt;li&gt;Next step is to create a class which implements &lt;span style="color:#339966;"&gt;&amp;quot;ITellMeProvider&amp;quot;&lt;/span&gt; interface and has &lt;span style="color:#339966;"&gt;[TellMeProvider]&lt;/span&gt; attribute&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://gist.github.com/andreaGhisa/de98a8fbf9a8f2b36e8e59e8d121acd4"&gt;gist.github.com/.../de98a8fbf9a8f2b36e8e59e8d121acd4&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api/revision/2</link><pubDate>Tue, 04 Dec 2018 07:17:25 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Revision 2 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 12/4/2018 7:17:25 AM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full code&amp;nbsp;sample can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;What we want to achieve?&amp;nbsp;&lt;/h3&gt;
&lt;p&gt;In the plugin we want to allow our actions to be&amp;nbsp;found using &amp;quot;Tell me box&amp;quot; from Studio.&amp;nbsp;We&amp;#39;ll&amp;nbsp;associate each action to a particular command in the plugin.&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/DeepLtell.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item><item><title>How to use Tell Me API</title><link>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api/revision/1</link><pubDate>Tue, 04 Dec 2018 07:11:11 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8c696d47-f908-4b55-b91b-d8c1a1287d5e</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://uat.community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3357/how-to-use-tell-me-api#comments</comments><description>Revision 1 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 12/4/2018 7:11:11 AM&lt;br /&gt;
&lt;p&gt;In this tutorial will be presented how to use Tell Me API in your plugin to extend Studio 2019 functionality. The full example can be found on &lt;a href="https://github.com/sdl/Sdl-Community/tree/master/DeepLMTProvider"&gt;SdlCommunity Repository&lt;/a&gt;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: documentation, Studio 2019, Studio Documentation, Studio API, Tell Me Api&lt;/div&gt;
</description></item></channel></rss>