> 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>ヘッダー</code>：モーダルにはヘッダーが含まれます。</li><li><code>ヘッダーなし</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> |
| **`確認時`**   | <ul><li><code>トーストを表示</code>：ページ上部に短いメッセージを表示します。 <a href="/pages/873e675a7ffa256f4722eb14395db37918667ed4">詳細を見る</a>.</li><li><code>フロー ダイアログを開く</code>：ダイアログ बॉक्स内で Salesforce フローを開始します。 <a href="/pages/0fabfe6607d355d8178f54471ac36feab7e62390">詳細を見る</a>.</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.
