VoiceCommandResponse.CreateResponse Methode

Definition

Überlädt

CreateResponse(VoiceCommandUserMessage)

Erstellt ein VoiceCommandResponse-Objekt , das in Aufrufen von ReportProgressAsync, ReportSuccessAsync oder ReportFailureAsync verwendet wird.

CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

Erstellt ein VoiceCommandResponse-Objekt , das in Aufrufen von ReportProgressAsync, ReportSuccessAsync oder ReportFailureAsync verwendet wird.

CreateResponse(VoiceCommandUserMessage)

Erstellt ein VoiceCommandResponse-Objekt , das in Aufrufen von ReportProgressAsync, ReportSuccessAsync oder ReportFailureAsync verwendet wird.

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

Parameter

userMessage
VoiceCommandUserMessage

Die Nachricht, die von Cortana gesprochen und auf der Cortana-Canvas angezeigt wird. Diese Meldung sollte wie folgt sein:

Gibt zurück

Die Antwort des App-Hintergrunddiensts für Status-, Abschluss-, Bestätigungs- oder Mehrdeutigkeitsbildschirme, die auf der Cortana-Canvas angezeigt werden.

Attribute

Weitere Informationen

Gilt für:

CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

Erstellt ein VoiceCommandResponse-Objekt , das in Aufrufen von ReportProgressAsync, ReportSuccessAsync oder ReportFailureAsync verwendet wird.

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

Parameter

message
VoiceCommandUserMessage

Die Nachricht, die von Cortana gesprochen und auf der Cortana-Canvas angezeigt wird. Diese Meldung sollte wie folgt sein:

contentTiles

IIterable<VoiceCommandContentTile>

IEnumerable<VoiceCommandContentTile>

Die Auflistung von VoiceCommandContentTile-Objekten , die Bild- und Textdaten enthalten und als Ergebniskarten auf der Cortana-Canvas angezeigt werden.

Gibt zurück

Die Antwort des App-Hintergrunddiensts für Status-, Abschluss-, Bestätigungs- oder Mehrdeutigkeitsbildschirme, die auf der Cortana-Canvas angezeigt werden.

Attribute

Weitere Informationen

Gilt für: