set_qna_phrasing
Define and set LSDL Q&A phrasings in a Power BI model's linguistic metadata to teach Q&A custom concepts such as 'happy customers'.
Instructions
Author an LSDL Q&A phrasing into the model's linguistic metadata - the way to teach Q&A a concept like 'happy customers'. phrasingType = Verb | Adjective | Noun | PreModifier | Preposition | Attribute | Name | DynamicNoun. phrasingJson is the LSDL phrasing definition as a JSON object. FLAG: the linguistic phrasing schema is large and is stored verbatim, not validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| culture | No | culture/locale (optional; defaults to the model culture) | |
| sessionId | Yes | ||
| phrasingJson | Yes | the LSDL phrasing definition as a JSON object | |
| phrasingName | Yes | a name for the phrasing/relationship | |
| phrasingType | Yes | Verb | Adjective | Noun | PreModifier | Preposition | Attribute | Name | DynamicNoun |