> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/puropatipaneru/interactions/open-confirm.md).

# 確認ダイアログを開く

アクションが実行される前に確認ダイアログを表示し、意図しない操作を防ぐために明示的な確認またはキャンセルを求めます。

## 概要

Salesforce Experience Cloud の Open Confirm Modal インタラクションは、確認が必要なアクションが開始されたときに、確認ダイアログを表示してユーザーに促すように設計されています。これにより、ユーザーの承認を求めることで意図しない操作を防ぐのに役立ちます

## 設定

| 名前          | 説明                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`ラベル`**   | 通常は質問や判断を促す確認モーダルのタイトル。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **`メッセージ`** | 本文には、確認が必要なアクションの詳細が表示されます。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **`バリアント`** | <ul><li><code>header</code>: モーダルにはヘッダーが含まれます。</li><li><code>headerless</code>: モーダルにはヘッダーが含まれません</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| **`テーマ`**   | <ul><li><p>モーダルの視覚的なスタイルを定義します。オプションには次が含まれます:</p><ul><li><code>デフォルト</code>: 標準的な外観です。</li><li><code>シェード</code>: わずかな影またはオーバーレイ。</li><li><code>反転</code>: 色が反転されます。</li><li><code>代替の反転</code>: 標準の反転の代替です。</li><li><code>成功</code>: 成功したアクションまたは状態を示す緑のテーマ。</li><li><code>情報</code>: 情報メッセージ用の青いテーマ。</li><li><code>警告</code>: 注意喚起メッセージ用の黄色/オレンジのテーマ。</li><li><code>エラー</code>: エラーメッセージ用の赤いテーマ。</li><li><code>オフライン</code>: 接続がない、またはオフライン状態であることを示します。</li></ul></li></ul>                                                                                                                                                           |
| **`確認時`**   | <p>ユーザーがアクションを確認したときに実行するインタラクション。受け入れられるインタラクション:</p><ul><li><code>トーストを表示</code>: ページ上部に短いメッセージを表示します。 <a href="/experience-cloud/experience-cloud-ja/puropatipaneru/interactions/show-toast.md">詳細を見る</a>.</li><li><code>フローダイアログを開く</code>: ダイアログボックスで Salesforce フローを開始します。 <a href="/experience-cloud/experience-cloud-ja/puropatipaneru/interactions/open-flow-dialog.md">詳細を見る</a>.</li><li><code>フローパネルを開く</code>: サイドパネルで Salesforce フローを実行します。 <a href="/experience-cloud/experience-cloud-ja/puropatipaneru/interactions/open-flow-panel.md">詳細を見る</a>.</li><li><code>すべてのクエリを更新</code></li><li><code>クエリを更新</code></li></ul> |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/experience-cloud/experience-cloud-ja/puropatipaneru/interactions/open-confirm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
