ConversationalAgentSignal.IsSignalVerificationRequired 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 whether the ConversationalAgentSignal needs to be verified.
public:
property bool IsSignalVerificationRequired { bool get(); void set(bool value); };
bool IsSignalVerificationRequired();
void IsSignalVerificationRequired(bool value);
public bool IsSignalVerificationRequired { get; set; }
var boolean = conversationalAgentSignal.isSignalVerificationRequired;
conversationalAgentSignal.isSignalVerificationRequired = boolean;
Public Property IsSignalVerificationRequired As Boolean
Property Value
Boolean
bool
True, if verification is required; otherwise, false.