Dela via


ModelAddCustomPrebuiltIntentResponse type

Innehåller svarsdata för åtgärden addCustomPrebuiltIntent.

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