VoiceCommandResponse.CreateResponseForPrompt 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage)
public:
static VoiceCommandResponse ^ CreateResponseForPrompt(VoiceCommandUserMessage ^ message, VoiceCommandUserMessage ^ repeatMessage);
/// [Windows.Foundation.Metadata.Overload("CreateResponseForPrompt")]
static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage const& message, VoiceCommandUserMessage const& repeatMessage);
[Windows.Foundation.Metadata.Overload("CreateResponseForPrompt")]
public static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage message, VoiceCommandUserMessage repeatMessage);
function createResponseForPrompt(message, repeatMessage)
Public Shared Function CreateResponseForPrompt (message As VoiceCommandUserMessage, repeatMessage As VoiceCommandUserMessage) As VoiceCommandResponse
參數
- message
- VoiceCommandUserMessage
Cortana說出並在Cortana畫布上顯示的初始訊息。 此訊息應該是下列其中一項:
- 在確認畫面上可以使用 yes 或 no 回答的明確問題, (請參閱 RequestConfirmationAsync) 。
- 使用者從厘清畫面上顯示的選項清單中選取的要求, (請參閱 RequestDisambiguationAsync) 。
- repeatMessage
- VoiceCommandUserMessage
Cortana說出的次要訊息,如果無法瞭解回應,則會顯示在 Cortana畫布上。 此訊息應該是第一個訊息的變化,以及下列其中一項:
- 在確認畫面上可以使用 yes 或 no 回答的明確問題, (請參閱 RequestConfirmationAsync) 。
- 使用者從厘清畫面上顯示的選項清單中選取的要求, (請參閱 RequestDisambiguationAsync) 。
傳回
來自背景 App Service 的回應,用於進度、完成、確認或厘清顯示在 Cortana 畫布上的畫面。
- 屬性
另請參閱
- CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)
- 元素和屬性 v1.2
- Cortana 互動
- Cortana 設計指導方針
- Cortana 語音命令範例
適用於
CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)
public:
static VoiceCommandResponse ^ CreateResponseForPrompt(VoiceCommandUserMessage ^ message, VoiceCommandUserMessage ^ repeatMessage, IIterable<VoiceCommandContentTile ^> ^ contentTiles);
/// [Windows.Foundation.Metadata.Overload("CreateResponseForPromptWithTiles")]
static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage const& message, VoiceCommandUserMessage const& repeatMessage, IIterable<VoiceCommandContentTile> const& contentTiles);
[Windows.Foundation.Metadata.Overload("CreateResponseForPromptWithTiles")]
public static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage message, VoiceCommandUserMessage repeatMessage, IEnumerable<VoiceCommandContentTile> contentTiles);
function createResponseForPrompt(message, repeatMessage, contentTiles)
Public Shared Function CreateResponseForPrompt (message As VoiceCommandUserMessage, repeatMessage As VoiceCommandUserMessage, contentTiles As IEnumerable(Of VoiceCommandContentTile)) As VoiceCommandResponse
參數
- message
- VoiceCommandUserMessage
Cortana說出並在Cortana畫布上顯示的初始訊息。 此訊息應該是下列其中一項:
- 在確認畫面上可以使用 yes 或 no 回答的明確問題, (請參閱 RequestConfirmationAsync) 。
- 使用者從厘清畫面上顯示的選項清單中選取的要求, (請參閱 RequestDisambiguationAsync) 。
- repeatMessage
- VoiceCommandUserMessage
Cortana說出的次要訊息,如果無法瞭解回應,則會顯示在 Cortana畫布上。 此訊息應該是第一個訊息的變化,以及下列其中一項:
- 在確認畫面上可以使用 yes 或 no 回答的明確問題, (請參閱 RequestConfirmationAsync) 。
- 使用者從厘清畫面上顯示的選項清單中選取的要求, (請參閱 RequestDisambiguationAsync) 。
- contentTiles
資產集合,其中包含 Cortana 畫布上顯示的影像和文字資料。
傳回
來自背景 App Service 的回應,用於進度、完成、確認或厘清顯示在 Cortana 畫布上的畫面。
- 屬性
另請參閱
- CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage)
- 元素和屬性 v1.2
- Cortana 互動
- Cortana 設計指導方針
- Cortana 語音命令範例