Поделиться через


AppsListCortanaEndpointsResponse type

Содержит данные ответа для операции listCortanaEndpoints.

type AppsListCortanaEndpointsResponse = PersonalAssistantsResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PersonalAssistantsResponse
  }
}