ConversationalAgentSignal.SignalId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a unique identifier for the ConversationalAgentSignal.
public:
property Platform::String ^ SignalId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SignalId();
void SignalId(winrt::hstring value);
public string SignalId { get; set; }
var string = conversationalAgentSignal.signalId;
conversationalAgentSignal.signalId = string;
Public Property SignalId As String
Property Value
The signal identifier.