ModelUpdateIntentResponse type
Contains response data for the updateIntent operation.
type ModelUpdateIntentResponse = OperationStatus & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: OperationStatus
}
}