問題タブ [azure-bot-service]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure - Microsoft Azure Chatbot で画像添付ファイルを送信する
Microsoft Azure ボット サービスと LUIS を使用してチャット ボットを作成しました。LUIS でトレーニングされたボットで、テキスト メッセージを受信できます。ボットを Skype チャネルに接続しました。
メッセージへの返信として画像添付ファイルを返す方法がわかりません。
一部の Microsoft ボット フレームワークは画像を添付ファイルとして送信できると聞きましたが、Azure ボット サービスについてはわかりません。
サンプルコード:
私の場合:
以下の URL 画像を「こんにちは!私のインテント「 Greetings 」と一致した場合の「Welcome」メッセージ。
ContentURL:" https://img.clipartfest.com/13e01fd74f423c39c4af7dcc8a7b8455_animated-welcome-sign-animated-welcome-clip-art-images_1300-899.jpeg ",
ContentType = "画像/jpeg"
上記のコンテンツ URL をコードに追加してメッセージに添付ファイルを送信する方法と場所がわかりません。
誰かがそれを手伝ってくれますか?