Share via


VoiceCommandResponse.Message Property

Definition

The initial message that is spoken by Cortana and shown on the Cortana canvas.

This message should be:

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

Property Value

The message that is spoken or shown by Cortana.

Applies to

See also