MS小组:在ru-RU语言环境中无法从自适应卡接收日期/时间

时间:2019-12-04 08:34:38

标签: c# botframework chatbot microsoft-teams

在网络版本和最新的桌面版本上进行了测试。 在美国地区,一切正常。 下面是日期输入的示例。

{
    "type": "Column",
    "width": "stretch",
    "items": [
        {
            "type": "Input.Date",
            "id": "StartDate",
            "min": "29.10.19"
        }
    ]
},
{
    "type": "Input.Text",
    "id": "Text"
},

结果:用户发送卡片后,bot框架会收到一个json,其中包含除日期/时间输入以外的所有输入值:

{
  "Text":"111",
  // no field with "StartDate" name
} 

0 个答案:

没有答案