- API ドキュメント
- CLI
- 連携ガイド
- ブログ
- 機械が単語を理解する方法:NLPに埋め込むためのガイド
- トランスフォーマーによるプロンプトベースの学習
- 効率的な変圧器II:知識蒸留と微調整
- 効率的な変圧器I:注意メカニズム
- 階層的な教師なしインテントモデリング:トレーニングデータなしで価値を得る
- Communications Mining による注釈バイアスの修正
- アクティブ ラーニング: より優れた ML モデルを短時間で実現
- それはすべて数字にあります-メトリックを使用してモデルのパフォーマンスを評価します
- モデルの検証が重要な理由
- 会話型データ インテリジェンスのための Communications Mining と Google AutoML の比較

Communications Mining 開発者ガイド
Exchange と Azure アプリケーション認証の統合
このステップ バイ ステップのガイドでは、Azure クラウド プラットフォームで Communications Mining 用の Microsoft Exchange アプリケーションを作成するための一般的な方法について説明します。ID とクライアント シークレットを使用してアプリケーション (クライアント) を作成し、既存のディレクトリ (テナント) ID を確認する方法を理解できます。これにより、ユーザーは Communications Mining で Exchange とのメールボックス連携にアクセスできるようになります。
Azure で Exchange-Communications Mining アプリケーションを作成できないと、アクセス許可エラーが発生し、ユーザーがメールボックス統合にアクセスできなくなる可能性があります。 Communications Mining のメリットを最大限に活用するには、以下の手順に従い、プロセス全体を完了してください。
- Sign into your Azure portal.
- Go to the App Registrations menu and select New Registration.
- Fill in and configure the required fields:
- Name: for example,
reinfer-exchange-integration
. - Supported account types: select the single tenant option.
- Name: for example,
- Select Register, which redirects you to a page with details of the registered application, such as Application (client) ID, Directory (tenant) ID.
To keep your application secure, create a client secret as follows:
- Select Certificates and secrets under the Manage drop-down list.
- Select New client secret under the Client secrets tab.
- This opens the Add a client secret sidepanel.
- 必要なフィールドに入力します。
- Description: enter a description for the client secret.
- Expires: select an expiry date. The recommended option is 12 months.
- [追加] を選択します。
- The client secret is displayed under the Value column.
When using the Microsoft Graph API
- Go to API permissions under the Manage drop-down list.
- Select Add a permission.
- Select Microsoft Graph under the Microsoft APIs tab.
Figure 1. The Microsoft APIs tab
- Select Application permissions.
Figure 2. The permission options of Microsoft Graph
- Expland the Mail drop-down list and select the Mail.Read permission.
Figure 3. Selecting a permission
- Select Add permissions.
- Select the MailboxFolder.Read.All permission.
Figure 4. Selecting a permission
- Select Add permissions.
- Back in the API permissions menu, select Grant admin consent for Communications Mining.
- Select Yes in the Grant admin consent confirmation pop-up.
When using the EWS API
- Go to the API permissions under the Manage drop-down list.
- [アクセス許可の追加] を選択します。
- [所属する組織で使用している API] を選択します。
- Search for Office 365 Exchange Online and select it.
- Select Application permissions.
- Select the full_access_as_app permission.
- Select Add permissions.
- Back in the API permissions menu, select Grant admin consent for Communications Mining.
- Select Yes in the Grant admin consent confirmation pop-up.
At this point, you may want to limit the application permissions so that it can only access certain mailboxes within your organization. To learn how to do this, check Limiting application permissions to specific Exchange Online mailboxes in the official Microsoft documentation.
- Go to Communications Mining by accessing IXP in Automation Cloud and selecting Communication Data.
- Select the Integrations tab under the settings option.
- Select New integration.
- Select an existing project, enter a name for your integration, and, optionally, a title.
- [続行] を選択します。
- Fill in and configure the required fields as follows:
- Oauth Authority: enter the previously generated tenant ID in the following format:
https://login.microsoftonline.com/{tenant_id}
. - Oauth Client Id: enter the previously generated client ID.
- Client Secret: enter the previously generated client secret.
- Oauth Authority: enter the previously generated tenant ID in the following format:
- [アプリケーション アクセス] オプションを選択します。
- Select Validate and save credentials to check that your credentials are valid.
- [続行] を選択します。
Figure 5. The create a new integration configuration page
- Select Add Mailbox to open the mailbox form.
- Enter the email address for which you want to copy emails into Communications Mining.
- Select Add Mailbox again to save the mailbox.
- Select Create Integration.
これで、Azure を介した Communications Mining と Microsoft Exchange 間の連携が正常に作成されました。 統合を無効にするには、[統合] ページの右上隅にあるスイッチを押します。 削除するには、ごみ箱アイコンを選択します。
Exchange 統合では、メールボックス レベルで添付ファイルの同期を有効にすることもできます。 ストリーム API は、添付ファイル参照を介して添付ファイルを取得できるようにします。 添付ファイルの同期の詳細については、「 添付ファイル 」および 「Exchange 連携を使用する」 をご覧ください。
連携プロセスについてご質問がある場合やサポートが必要な場合は、UiPath サポートまでお問い合わせください。
- はじめに
- 統合の成功が重要なのはなぜですか?
- The step-by-step integration process
- 1. Register a new Communications Mining application
- 2. Create a client secret for a Communications Mining application
- 3. Set API permissions
- 4. Restrict mailbox access with a conditional access policy
- 5. Create a new integration in Communications Mining
- 最終ステップ