VoiceCommandUserMessage.SpokenMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The message that is spoken by Cortana.
public:
property Platform::String ^ SpokenMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SpokenMessage();
void SpokenMessage(winrt::hstring value);
public string SpokenMessage { get; set; }
var string = voiceCommandUserMessage.spokenMessage;
voiceCommandUserMessage.spokenMessage = string;
Public Property SpokenMessage As String
Property Value
- An informative statement on progress, completion, and error screens (see ReportProgressAsync, ReportSuccessAsync, ReportFailureAsync).
- An unambiguous question that can be answered with either yes or no on confirmation screens (see RequestConfirmationAsync).
- A request for the user to select from the list of choices presented on disambiguation screens (see RequestDisambiguationAsync).