HelpfulnessResponseTypeUpdateOptions is defined in the Telligent.Evolution.Extensibility.Api.Version1 namespace of Telligent.Evolution.Articles.dll
Definition
class HelpfulnessResponseTypeUpdateOptions
{
string Name { get; set; }
bool? RequireMessage { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Name | string | The name of the response type. | ||
| RequireMessage | bool? | When true, users will be forced to leave additional feedback when submitting a helpfulness rating with this response type. |