共用方式為


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>

唯一 訊號 模型標識碼的集合。

適用於

另請參閱