Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

botframework

MS Bot Builder: how to set session data to proactive message?

August 18, 2023 by Tarik

In proactive’s scenarios, the conversation Id for channels change when the user answers your message, it’s like a new session, we do this type of features using the channel data, but this solution is only for small data, you also have the option of creating a persistent session using the same table storage that the … Read more

Categories c# Tags botframework, c++ Leave a comment

date.toLocaleDateString is not a function

May 22, 2023 by Tarik

Date.parse returns a number. You are looking for new Date. Or, if time already is a Date instance, just use time.toLocaleDateString() (and make sure it really is in every call to the function)! function formatTime(time, prefix = “”) { return typeof time == “object” ? prefix + time.toLocaleDateString() : “”; }

Categories javascript Tags botframework, date, javascript, node.js, string Leave a comment

Bot Framework without Azure possible?

April 13, 2023 by Tarik
Categories azure Tags azure, botframework, bots Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa