ActionPrebuilt interface
Configuration common to all actions that use prebuilt models.
- Extends
Properties
| model |
The version of the model to be used by the action. |
Inherited Properties
| disable |
If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur. Default is false. |
Property Details
modelVersion
The version of the model to be used by the action.
modelVersion?: string
Property Value
string
Inherited Property Details
disableServiceLogs
If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.
Default is false.
disableServiceLogs?: boolean
Property Value
boolean
Inherited From ActionCommon.disableServiceLogs