VoiceCommandResponse.CreateResponseForPrompt 方法

定义

重载

CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage)

创建用于调用 RequestConfirmationAsyncRequestDisambiguationAsyncVoiceCommandResponse 对象。

CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

创建用于调用 RequestConfirmationAsyncRequestDisambiguationAsyncVoiceCommandResponse 对象。

CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage)

public:
 static VoiceCommandResponse ^ CreateResponseForPrompt(VoiceCommandUserMessage ^ message, VoiceCommandUserMessage ^ repeatMessage);
/// [Windows.Foundation.Metadata.Overload("CreateResponseForPrompt")]
 static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage const& message, VoiceCommandUserMessage const& repeatMessage);
[Windows.Foundation.Metadata.Overload("CreateResponseForPrompt")]
public static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage message, VoiceCommandUserMessage repeatMessage);
function createResponseForPrompt(message, repeatMessage)
Public Shared Function CreateResponseForPrompt (message As VoiceCommandUserMessage, repeatMessage As VoiceCommandUserMessage) As VoiceCommandResponse

参数

message
VoiceCommandUserMessage

由 Cortana 说出并在 Cortana 画布上显示的初始消息。 此消息应为下列消息之一:

repeatMessage
VoiceCommandUserMessage

如果未理解响应,则由 Cortana 说出并在 Cortana 画布上显示的辅助消息。 此消息应是第一条消息和以下消息之一的变体:

返回

来自后台应用服务对 Cortana 画布上显示的进度、完成、确认或消除歧义屏幕的响应。

属性

另请参阅

适用于

CreateResponseForPrompt(VoiceCommandUserMessage, VoiceCommandUserMessage, IIterable<VoiceCommandContentTile>)

public:
 static VoiceCommandResponse ^ CreateResponseForPrompt(VoiceCommandUserMessage ^ message, VoiceCommandUserMessage ^ repeatMessage, IIterable<VoiceCommandContentTile ^> ^ contentTiles);
/// [Windows.Foundation.Metadata.Overload("CreateResponseForPromptWithTiles")]
 static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage const& message, VoiceCommandUserMessage const& repeatMessage, IIterable<VoiceCommandContentTile> const& contentTiles);
[Windows.Foundation.Metadata.Overload("CreateResponseForPromptWithTiles")]
public static VoiceCommandResponse CreateResponseForPrompt(VoiceCommandUserMessage message, VoiceCommandUserMessage repeatMessage, IEnumerable<VoiceCommandContentTile> contentTiles);
function createResponseForPrompt(message, repeatMessage, contentTiles)
Public Shared Function CreateResponseForPrompt (message As VoiceCommandUserMessage, repeatMessage As VoiceCommandUserMessage, contentTiles As IEnumerable(Of VoiceCommandContentTile)) As VoiceCommandResponse

参数

message
VoiceCommandUserMessage

由 Cortana 说出并在 Cortana 画布上显示的初始消息。 此消息应为下列消息之一:

repeatMessage
VoiceCommandUserMessage

如果未理解响应,则由 Cortana 说出并在 Cortana 画布上显示的辅助消息。 此消息应是第一条消息和以下消息之一的变体:

contentTiles

IIterable<VoiceCommandContentTile>

IEnumerable<VoiceCommandContentTile>

包含图像和文本数据的资产集合,显示在 Cortana 画布上。

返回

来自后台应用服务对 Cortana 画布上显示的进度、完成、确认或消除歧义屏幕的响应。

属性

另请参阅

适用于