Skip to content

Interface.SuggestResponseValue

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api / SuggestResponseValue

Interface: SuggestResponseValue<TDocument>

Type Parameters

TDocument

TDocument = any

Properties

document

document: TDocument

The document.

Deprecated

Use "Document" instead.


Document

Document: TDocument

The document.


text

text: string

Provides the suggested text.

Deprecated

Use "Text" instead.


Text

Text: string

Provides the suggested text.

Clone this wiki locally