VoiceCommandResponse.CreateResponse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateResponse(VoiceCommandUserMessage) |
ReportProgressAsync、ReportSuccessAsync、または ReportFailureAsync の呼び出しで使用される VoiceCommandResponse オブジェクトを作成します。 |
CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>) |
ReportProgressAsync、ReportSuccessAsync、または ReportFailureAsync の呼び出しで使用される VoiceCommandResponse オブジェクトを作成します。 |
CreateResponse(VoiceCommandUserMessage)
ReportProgressAsync、ReportSuccessAsync、または ReportFailureAsync の呼び出しで使用される VoiceCommandResponse オブジェクトを作成します。
public:
static VoiceCommandResponse ^ CreateResponse(VoiceCommandUserMessage ^ userMessage);
/// [Windows.Foundation.Metadata.Overload("CreateResponse")]
static VoiceCommandResponse CreateResponse(VoiceCommandUserMessage const& userMessage);
[Windows.Foundation.Metadata.Overload("CreateResponse")]
public static VoiceCommandResponse CreateResponse(VoiceCommandUserMessage userMessage);
function createResponse(userMessage)
Public Shared Function CreateResponse (userMessage As VoiceCommandUserMessage) As VoiceCommandResponse
パラメーター
- userMessage
- VoiceCommandUserMessage
Cortana によって読み上げられ、Cortana キャンバスに表示されるメッセージ。 このメッセージは次のようになります。
- 進行状況、完了、およびエラー画面に関する有益なステートメント ( ReportProgressAsync、 ReportSuccessAsync、 ReportFailureAsync を参照)。
- 確認画面で [はい] または [いいえ] で回答できる明確な質問 ( 「RequestConfirmationAsync」を参照)。
- あいまいさの解消画面に表示される選択肢の一覧からユーザーが選択するように要求します ( 「RequestDisambiguationAsync」を参照)。
戻り値
Cortana キャンバスに表示される進行状況、完了、確認、またはあいまいさを解消するためのバックグラウンド アプリ サービスからの応答。
- 属性
こちらもご覧ください
- CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)
- 要素と属性 v1.2
- Cortana の操作
- Cortana の設計ガイドライン
- Cortana 音声コマンドのサンプル
適用対象
CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)
ReportProgressAsync、ReportSuccessAsync、または ReportFailureAsync の呼び出しで使用される VoiceCommandResponse オブジェクトを作成します。
public:
static VoiceCommandResponse ^ CreateResponse(VoiceCommandUserMessage ^ message, IIterable<VoiceCommandContentTile ^> ^ contentTiles);
/// [Windows.Foundation.Metadata.Overload("CreateResponseWithTiles")]
static VoiceCommandResponse CreateResponse(VoiceCommandUserMessage const& message, IIterable<VoiceCommandContentTile> const& contentTiles);
[Windows.Foundation.Metadata.Overload("CreateResponseWithTiles")]
public static VoiceCommandResponse CreateResponse(VoiceCommandUserMessage message, IEnumerable<VoiceCommandContentTile> contentTiles);
function createResponse(message, contentTiles)
Public Shared Function CreateResponse (message As VoiceCommandUserMessage, contentTiles As IEnumerable(Of VoiceCommandContentTile)) As VoiceCommandResponse
パラメーター
- message
- VoiceCommandUserMessage
Cortana によって読み上げられ、Cortana キャンバスに表示されるメッセージ。 このメッセージは次のようになります。
- 進行状況、完了、およびエラー画面に関する有益なステートメント ( ReportProgressAsync、 ReportSuccessAsync、 ReportFailureAsync を参照)。
- 確認画面で [はい] または [いいえ] で回答できる明確な質問 ( 「RequestConfirmationAsync」を参照)。
- あいまいさの解消画面に表示される選択肢の一覧からユーザーが選択するように要求します ( 「RequestDisambiguationAsync」を参照)。
- contentTiles
Cortana キャンバスに結果カードとして表示される、画像とテキスト データを含む VoiceCommandContentTile オブジェクトのコレクション。
戻り値
Cortana キャンバスに表示される進行状況、完了、確認、またはあいまいさを解消するためのバックグラウンド アプリ サービスからの応答。
- 属性
こちらもご覧ください
- CreateResponse(VoiceCommandUserMessage)
- 要素と属性 v1.2
- Cortana の操作
- Cortana の設計ガイドライン
- Cortana 音声コマンドのサンプル