FeaturesAddIntentFeatureResponse type
Contains response data for the addIntentFeature operation.
type FeaturesAddIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}