Udostępnij za pośrednictwem


ExamplesListResponse type

Zawiera dane odpowiedzi dla operacji listy.

type ExamplesListResponse = LabeledUtterance[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: LabeledUtterance[]
  }
}