ModelGetIntentFeaturesResponse type
Contains response data for the getIntentFeatures operation.
type ModelGetIntentFeaturesResponse = ModelFeatureInformation[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelFeatureInformation[]
}
}