Share via


ActionDefinition.UsesGenerativeAI Property

Definition

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

Boolean

bool

True if the app action uses generative AI; otherwise, false.

Applies to