Поделиться через


VoiceCommandResponse.CreateResponse Метод

Определение

Перегрузки

CreateResponse(VoiceCommandUserMessage)

Создает объект VoiceCommandResponse , используемый в вызовах ReportProgressAsync, ReportSuccessAsync или ReportFailureAsync.

CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

Создает объект VoiceCommandResponse , используемый в вызовах ReportProgressAsync, ReportSuccessAsync или ReportFailureAsync.

CreateResponse(VoiceCommandUserMessage)

Создает объект VoiceCommandResponse , используемый в вызовах ReportProgressAsync, ReportSuccessAsync или ReportFailureAsync.

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

Параметры

userMessage
VoiceCommandUserMessage

Сообщение, произнесенное Кортаной и отображаемое на холсте Кортаны . Это сообщение должно быть следующим:

Возвращаемое значение

Ответ от фоновой службы приложений для экранов хода выполнения, завершения, подтверждения или неоднозначности, отображаемых на холсте Кортаны .

Атрибуты

См. также раздел

Применяется к

CreateResponse(VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

Создает объект VoiceCommandResponse , используемый в вызовах ReportProgressAsync, ReportSuccessAsync или ReportFailureAsync.

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

Параметры

message
VoiceCommandUserMessage

Сообщение, произнесенное Кортаной и отображаемое на холсте Кортаны . Это сообщение должно быть следующим:

contentTiles

IIterable<VoiceCommandContentTile>

IEnumerable<VoiceCommandContentTile>

Коллекция объектов VoiceCommandContentTile , содержащих изображения и текстовые данные, показанная в виде карточек результатов на холсте Кортаны .

Возвращаемое значение

Ответ от фоновой службы приложений для экранов хода выполнения, завершения, подтверждения или неоднозначности, отображаемых на холсте Кортаны .

Атрибуты

См. также раздел

Применяется к