FeaturesAddIntentFeatureResponse type
Enthält Antwortdaten für den AddIntentFeature-Vorgang.
type FeaturesAddIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}