I use Bot Framework form flow for a Turkish Bot. I want to change help command's answer to turkish. Is there any options for this issue?
Thanks
You can use the Template attribute on top of your Form definition to override the Help string pattern. The pattern is located in the Resources.resx of Microsoft.Bot.Builder project.
[Template(TemplateUsage.Help, new string[] { "My custom Help message" })]
I think the following articles give you some information about how to localize your content by language. Bot Framework Localize content and localization in Bot Framework
Hope it will help to someone.
Related
I am working on azure bot and using LUIS. I want to use LUIS only in a specific module rather than entire project.Is it possible. Any help would be appreciated.
For using LUIS in specific module you can use LuisRecognizer.onEnabled()
I hope it helps. For more details you can follow a discussion here
I have been stuck on this issue for a while and I finally ended up asking on here. I need an example on how to add existing tags on existing test case using the NodeJS rally api. I have already seen the Java implementation and it does not help me too much.
I already have an application which creates/updates test cases, test folders, etc. I just got an extra requirement to add tags. I have been looking at their APIs and I am so confused on how to attach the tags. Any help would be greatly appreciated.
Check out this section in the user guide:
https://github.com/RallyTools/rally-node/wiki/User-Guide#add-to-a-collection
That code example is adding defects to a story, but it should be super straightforward to change that to tags...
Okay so I need a little help here. I have a store running on expression engine with exp-resso store and I need my users to be directed to a custom form based on what product and what modifiers they have selected. once they go through the custom form they will then be placed in the checkout to review their cart.
Is this possible? Can anyone help me please and thank you!
(p.s this site is similar to www.bizfilings.com)
What you're asking for is not a trivial undertaking, but it is possible. Have a look at the Cart Extension Hooks. Your best bet is to email the authors for guidance, they can point you in the right direction or connect you to someone experienced in extending their cart. Good luck!
Hi
I'm looking for a tool (free/paid) like a program that help me in reviewing my website style and interface such as explain the content of the home page (footer, header ..... ) taking snapshots and write comment on them ... I know this can be done using (print screen) and the MS paint but I need a more professional tool to use .
thank you in advance
I'm not sure if I understand well, but conceptshare may be the tool you looking for.
There's a firefox extension called Screengrab that can capture an entire page. You could add annotations to that quite easily in a DTP tool.
I'm not sure about the type of review you're looking for.
If you want to have people using the website and giving you their feedback in terms of navigation, layout, design and content, you can use a www.usertesting.com services.
They'll enroll users to test out the website and them give you a URl to review a video/audio recording of each user test. It's a great way to validate your website.
Hope this is what you were looking for...
Does anyone know if there exists a gallery of iPhone/iPad apps written in MonoTouch similar to http://www.phonegap.com/apps/?
Thank you,
Rich
there is a selection here http://monotouch.info/MonoTouch/Apps
The new official URL is: http://xamarin.com/apps
Additionally, the official MonoTouch website now has an App Catalog:
http://monotouch.net/Apps