ソリューションのアイデア Solution Idea
さらなる情報、実装の詳細、価格ガイダンス、コード例を追加してこの記事を拡張することをお望みの場合は、GitHub のフィードバックでご連絡ください。If you'd like to see us expand this article with more information, implementation details, pricing guidance, or code examples, let us know with GitHub Feedback!
Azure Bot Service を Language Understanding と簡単に組み合わせて強力なエンタープライズ生産性ボットを構築できます。これにより、組織は Microsoft 365 カレンダーや Dynamics CRM に格納されているカスタマー ケースなどの外部システムを統合することにより、一般的な作業活動を効率化することができます。Azure Bot Service can be easily combined with Language Understanding to build powerful enterprise productivity bots, allowing organizations to streamline common work activities by integrating external systems, such as Microsoft 365 calendar, customer cases stored in Dynamics CRM and much more.
アーキテクチャArchitecture
このアーキテクチャの SVG をダウンロードしてください。
Download an SVG of this architecture.
Data FlowData Flow
- 従業員が Enterprise Productivity ボットにアクセスします。An employee accesses the Enterprise Productivity Bot.
- Azure Active Directory が従業員の ID を確認します。Azure Active Directory validates the employee's identity.
- ボットは、Microsoft Graph を介して従業員の Microsoft 365 カレンダーに対してクエリを実行することができますThe Bot is able to query the employee's Microsoft 365 calendar via the Microsoft Graph.
- カレンダーから収集したデータを使用して、ボットが Dynamics CRM 内の案件情報にアクセスします。Using data gathered from the calendar, the Bot accessrd case information in Dynamics CRM.
- 従業員に情報が返され、その従業員はボットから離れずにデータを絞り込むことができます。Information is returned to the employee, who can filter down the data without leaving the Bot.
- Application Insights がランタイム テレメトリを収集して、ボットのパフォーマンスと使用状況の情報によって開発を支援します。Application Insights gathers runtime telemetry, to help the development with Bot performance and usage.
コンポーネントComponents
このアーキテクチャの実装に使用される主要テクノロジ:Key technologies used to implement this architecture:
- Azure Active DirectoryAzure Active Directory
- Azure Monitor:Application Insights は Azure Monitor の機能です。Azure Monitor: Application Insights is a feature of Azure Monitor.
- Azure App ServiceAzure App Service
- Azure Bot ServiceAzure Bot Service
- Azure Cognitive Services Speech ServicesAzure Cognitive Services Speech Services
- Azure Cognitive Services QnA MakerAzure Cognitive Services QnA Maker
- Azure Cognitive Services Language UnderstandingAzure Cognitive Services Language Understanding
- Microsoft GraphMicrosoft Graph
- Microsoft Dynamics 365Microsoft Dynamics 365
次のステップNext Steps
- 人工知能 (AI) - アーキテクチャの概要Artificial intelligence (AI) - Architectural overview
- Microsoft Cognitive Services テクノロジの選択Choosing a Microsoft cognitive services technology
- Azure Cognitive Services とはWhat are Azure Cognitive Services?
- 音声サービスとはWhat is the Speech service?
- QnA Maker とはWhat is QnA Maker?
- Language Understanding (LUIS) とはWhat is Language Understanding (LUIS)?
- Bot Framework Composer の概要Introduction to Bot Framework Composer
- Application Insights とは何か?What is Application Insights
- Microsoft Graph の概要Overview of Microsoft Graph
完全にデプロイ可能なアーキテクチャ:Fully deployable architectures: