ActionDefinition.UsesGenerativeAI 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 a value indicating whether the app action uses generative AI.
public:
property bool UsesGenerativeAI { bool get(); };
bool UsesGenerativeAI();
public bool UsesGenerativeAI { get; }
var boolean = actionDefinition.usesGenerativeAI;
Public ReadOnly Property UsesGenerativeAI As Boolean
Property Value
bool
True if the app action uses generative AI; otherwise, false.