다음을 통해 공유


CustomNL2FxParams Class

Definition

Incoming LSP payload for a NL request. See NL2FX.

public class CustomNL2FxParams : Microsoft.PowerFx.LanguageServerProtocol.Protocol.BaseNLParams
type CustomNL2FxParams = class
    inherit BaseNLParams
Public Class CustomNL2FxParams
Inherits BaseNLParams
Inheritance
CustomNL2FxParams

Constructors

CustomNL2FxParams()

Properties

Context

Additional context for NL operation. Usually, a stringified JSON object.

(Inherited from BaseNLParams)
FeatureName

Name of the NL2Fx feature being used.

Sentence

Sentence in Natural Language.

TextDocument

The document that was opened. Just need Uri.

Applies to