ModelDeleteIntentFeatureResponse type
Obsahuje data odpovědi pro operaci deleteIntentFeature.
type ModelDeleteIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}