why is there no DDD slack or discord or irc - domain-driven-design

Why is there no online community for domian driven design? There used to be a slack channel but from what I can tell it no longer exists. I find it hard to believe that there are too few people interested in ddd to warrant on line discussion.

There used to be a slack channel but from what I can tell it no longer exists.
The ddd-cqrs-es slack channel moved to discord.

Related

Who Bot for Microsoft Teams (Who knows about...)

Added Who Bot in MS Teams but am unable to find a reliable and definitive answer on how I can "teach" the bot to answer the questions "Who knows about ..."
Some sources point to updating Delve account with skills, some say it will get that information from chat discussions in Teams... nothing works (after almost a month of the bot being added).
So, how can I feed the Who Bot information so that it can answer that specific question - "Who knows about a topic"
Thank you.
I was talking to Microsoft about this. After weeks of back and forth, this is their conclusion:
Thank you for your time over the phone today.
As regards your concern, the Who Bot feature needs a different
expertise to feed data for the “Who Bot” to fetch results for the
queries on “who knows about”.
This information needs to be fed into a text file with a scripting
expert and then integrated into the Who Bot connector. This is where
"who knows about" fetch its data from.
Since we are only a break fix issues support team and do not work on
scripting, this is out of our support boundaries.
Ref articles and work items:
• https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/12.customQABot
Please, let me know if you have further concerns about this.
Thank you for choosing Microsoft support
Their solutions was "please code a bot to fix our bot"
You can create a question answering project from your own content, such as FAQs or product manuals.
This bot has been created using the Bot Framework SDK, it shows how to create a bot that uses Cognitive Services' question answering feature.
Question answering lets you to build, train and publish a simple question and answer bot based on FAQ URLs, structured and unstructured documents, or editorial content in minutes. In this sample, we demonstrate how to use question answering to answer questions based on an FAQ text file used as input.
Ref Sample-https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/csharp_dotnetcore/12.customQABot

Dialogflow make the bot more human

I am new to the dialogflow, I want to know if there is any method that I can make my bot feels more human when the user interact with it?
Many thanks.
Here is a good resource from Google. It talks about the Cooperation principle which helps you design helpful and straightforward prompts and responses for your users. It focuses heavily on principles that are used within day to day human interactions so you will get a bot that will respond according to the rules of human conversations. It is also closely related to dialogflow as it used actions on google as a platform.
If you want to know more about creating more human conversations I recommend you to look into human linguistic, but that is a whole new thing to learn and out of scope for StackOverflow.

Is there any way to stream videos in Discord.py?

Good morning!
I was looking for a way to stream videos through a discord bot, but couldn't find any references in the documentation. Is there any way (official/unofficial) to do this?
Thanks for your time :)
No, bots cannot stream.
There is this support discussion, a github issue and a github discussion
There have been several comments about this from Discord staff in the Discord API server:
and
Mind you, this comes from a discord staff
And there's also this GitHub issue comment by the same staff:

qnamaker with LUIS

I'm exploring the microsoft services.
LUIS caught my attention.
Would it be beneficial to add it to a QNAmaker bot?
The bot basically answers questions as accurately as possible, nothing else, just pure answer from knowledgebase.
Do I even need to add LUIS?
No, you don't need LUIS to have QnA maker answer questions. You might add LUIS as the app grows to do more than just a faq style interaction.
By itself, if all you want is for the bot to answer questions, then this is sufficient. However, even still it is helpful to pre-emptively tell users what your bot can actually do, so I would also like to suggest adding a pro-active message which actually informs your user of what your bot can actually do, i.e have the bot say something like: "Hi! I'm -A Bot-, you can ask me questions and I'll do my best to answer!"
If you are interested in looking at a c# implementation of LUIS with QnA here is a sample

Is there a way to push content to Cortana without user initiation?

Before anyone marks this question as a dupe, let me say I am aware of this question from 2015. But Microsoft has done a lot of work on Cortana in the last two years so I thought it might be worth asking again. Please forgive me if this is not proper etiquette and feel free to educate me on how I should have handled asking the quesiton again.
I am currently writing a new skill for Cortana using, of course, the Microsoft Bot Framework. I've gotten everything registered and working except my actual interaction with Cortana. For this, I need Cortana to be able to initiate a conversation without the user prompting it. In 2015, this was not available. Is there currently a way to do so in the latest iteration of the platform? I can't seem to find it but I could be simply missing something subtle.
The Cortana Skills kit currently does not support proactive notifications, however it is on the feature request list and will be considered.

Resources