ConversationalAgentSession.GetSupportedSignalModelIds 方法

定义

检索会话代理支持的唯一 信号 模型标识符的集合。

重要

为了避免可能的并发问题,建议改用 GetSupportedSignalModelIdsAsync

public:
 virtual IVectorView<unsigned int> ^ GetSupportedSignalModelIds() = GetSupportedSignalModelIds;
IVectorView<uint32_t> GetSupportedSignalModelIds();
public IReadOnlyList<uint> GetSupportedSignalModelIds();
function getSupportedSignalModelIds()
Public Function GetSupportedSignalModelIds () As IReadOnlyList(Of UInteger)

返回

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

唯一 信号 模型标识符的集合。

适用于

另请参阅