RecommendationSolution interface
A class represent the recommendation solution.
Properties
is |
Indicates whether this solution is the recommended. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
The detail steps of the recommendation solution. NOTE: This property will not be serialized. It can only be populated by the server. |
recommendation |
The index of the recommendation solution. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isRecommendSolution
Indicates whether this solution is the recommended. NOTE: This property will not be serialized. It can only be populated by the server.
isRecommendSolution?: string
Property Value
string
recommendationSolutionContent
The detail steps of the recommendation solution. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationSolutionContent?: string
Property Value
string
recommendationSolutionIndex
The index of the recommendation solution. NOTE: This property will not be serialized. It can only be populated by the server.
recommendationSolutionIndex?: string
Property Value
string