ConversationalAgentSignal.SignalName 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 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
The name of the signal.