FeaturesAddIntentFeatureResponse type
Contient des données de réponse pour l’opération addIntentFeature.
type FeaturesAddIntentFeatureResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}