AzureAccountsListUserLUISAccountsResponse type
يحتوي على بيانات الاستجابة لعملية listUserLUISAccounts.
type AzureAccountsListUserLUISAccountsResponse = AzureAccountInfoObject[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AzureAccountInfoObject[]
}
}