Share via


ConversationalAgentSession.GetSignalModelId Method

Definition

Retrieves the unique model identifier of the Signal that activated the conversational agent.

Important

To avoid possible concurrency issues, we recommend using GetSignalModelIdAsync instead.

public:
 virtual unsigned int GetSignalModelId() = GetSignalModelId;
uint32_t GetSignalModelId();
public uint GetSignalModelId();
function getSignalModelId()
Public Function GetSignalModelId () As UInteger

Returns

UInt32

unsigned int

uint32_t

The unique model identifier.

Applies to

See also