# 外部連携

## 外部連携 <a href="#undefined" id="undefined"></a>

チャットアプリケーションで外部サービスや様々なサービス群と連携することでユーザーエクスペリエンスを向上させ、より多くの機能を提供することができます。例えば、翻訳サービス、AIベースのコンテンツ推奨、サービス推奨などを統合できます。以下は、これらの機能をチャットアプリケーションに統合する方法の説明です:

### 外部連携の例 <a href="#undefined" id="undefined"></a>

* 翻訳サービス連携: チャットアプリケーションで多言語サポートが必要な場合、Papago翻訳 APIなどの翻訳サービスを連携できます。ユーザーがメッセージを入力すると、APIを介してそのメッセージを翻訳し、結果をチャットウィンドウに表示できます。
* AIベースのコンテンツ推奨: ユーザーのチャット内容と行動パターンを分析し、AIがパーソナライズ化されたコンテンツを推奨できます。例えば、Netflixの推薦システムのように、ユーザーの興味に合った映画やテレビ番組を推薦できます。
* カスタマーサポートの自動化: チャットボットを導入し、基本的なお客様のお問い合わせを自動的に処理できます。AIチャットボットはユーザーの質問を理解し、適切な回答を提供したり、必要に応じて人の相談員に繋げることができます。

このような連携により、チャットアプリケーションは単純なメッセージ交換ツールを超えて様々なサービスを統合し、豊かなユーザーエクスペリエンスを提供するプラットフォームに拡張できます。

### 外部連携サービスリスト <a href="#undefined" id="undefined"></a>

* プッシュ(NPush)
* 翻訳(Papago)
* 画像解析
* 感情分析
* HyperClova X
* Object Storage


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gamechat.me/basics/game-chat-v3/game-chat-ri-ben-yu/v3nowo/wai-bu-lian-xie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
