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