ModelAddCustomPrebuiltIntentResponse type
Enthält Antwortdaten für den AddCustomPrebuiltIntent-Vorgang.
type ModelAddCustomPrebuiltIntentResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}