VoiceCommandResponse.Message 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Cortana所說出的初始訊息,並顯示在Cortana畫布上。
此訊息應該是:
- 有關進度、完成和錯誤畫面的資訊聲明 (請參閱 ReportProgressAsync、 ReportSuccessAsync、 ReportFailureAsync) 。
- 在確認畫面上可以使用 yes 或 no 回答的明確問題, (請參閱 RequestConfirmationAsync) 。
- 使用者從厘清畫面上顯示的選項清單中選取的要求, (請參閱 RequestDisambiguationAsync) 。
public:
property VoiceCommandUserMessage ^ Message { VoiceCommandUserMessage ^ get(); void set(VoiceCommandUserMessage ^ value); };
VoiceCommandUserMessage Message();
void Message(VoiceCommandUserMessage value);
public VoiceCommandUserMessage Message { get; set; }
var voiceCommandUserMessage = voiceCommandResponse.message;
voiceCommandResponse.message = voiceCommandUserMessage;
Public Property Message As VoiceCommandUserMessage
屬性值
Cortana所說或顯示的訊息。