ModelAddCustomPrebuiltIntentResponse type

Zawiera dane odpowiedzi dla operacji addCustomPrebuiltIntent.

type ModelAddCustomPrebuiltIntentResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}