LINE Chatbot 開發手札
LINE, Chatbot, LINE Message API, webhook, Azure Bot Service, LUIS
//# 送出Flex Message
// String jsonMsg = @"[{
//""type"": ""flex"",
//""altText"": ""This is a Flex Message"",
//""contents"": {
// ""type"": ""bubble"",
// ""hero"": {
// ""type"": ""image"",
// ""url"": ""https://scdn.line-apps.com/n/channel_devcenter/img/fx/01_1_cafe.png"",
// ""size"": ""full"",
// ""aspectRatio"": ""2:1""
// },
// ""body"": {
// ""type"": ""box"",
// ""layout"": ""horizontal"",
// ""contents"": [
// {
// ""type"": ""text"",
// ""text"": ""Hello, World!"",
// ""wrap"": true
// }
// ]
// }
//}
//}]";引言
名詞解釋
第一個LINE bot (留參)
成果展示


第一個LINE bot - 重置
第二個LINE bot
加入Azuer SQL。
記錄LINE可以抓到的全部行為
第三個LINE bot
第四個LINE bot
進一步參考
Last updated
