FeaturesAddIntentFeatureResponse type
Zawiera dane odpowiedzi dla operacji addIntentFeature.
type FeaturesAddIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}