ConversationalAgentSignal.SignalName Property

Definition

Gets or sets the name of the ConversationalAgentSignal (for example, "Cortana" or "Alexa").

public:
 property Platform::String ^ SignalName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SignalName();

void SignalName(winrt::hstring value);
public string SignalName { get; set; }
var string = conversationalAgentSignal.signalName;
conversationalAgentSignal.signalName = string;
Public Property SignalName As String

Property Value

String

Platform::String

winrt::hstring

The name of the signal.

Applies to