ExamplesListResponse type

リスト操作の応答データが含まれます。

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