dependabot[bot] on nuget
Bump Microsoft.Owin in /OLD/Plu… (compare)
dependabot[bot] on nuget
Bump Microsoft.Owin from 3.1.0 … (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json in /Plugin… (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json in /OLD/Pl… (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json from 10.0.… (compare)
dependabot[bot] on nuget
Bump Newtonsoft.Json from 10.0.… (compare)
Hi :) I have a quick question. It seam that when I write an expression for an Intent, the bot is tracking differently if I have an entity. example:
[Expression("Play the movie param")] is reconized if i type "play the movie"
if I add an entity:
[Expression("Play the movie {param}")]
[Entity("first")]
typing "play the movie" wont find the intent but typing "param" will find it right away.
I'm probablly wrong with the way I wanna use entity I guess. What I trying to do is get tracking from "Play the movie" and get the movie title from a parameter.
Ty
Check
and Read
tasks defined in SIML Email adapter. However theSend
task in email adapter is not defined but a utility method is still available in the code which can be used to implement a Send
Email command.