Skip to content

Interface.SuggestResponseValue

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

dynamics-web-api / SuggestResponseValue

Interface: SuggestResponseValue<TDocument>

Type Parameters

Type Parameter Default type
TDocument any

Properties

Property Type Description
document TDocument The document. Deprecated Use "Document" instead.
Document TDocument The document.
text string Provides the suggested text. Deprecated Use "Text" instead.
Text string Provides the suggested text.
Clone this wiki locally