ModelAddCustomPrebuiltIntentResponse type

Obsahuje data odpovědi pro operaci addCustomPrebuiltIntent.

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