getAIUserById method

NIMAIUser? getAIUserById(
  1. String accountId
)

根据ID获取数字人

Implementation

NIMAIUser? getAIUserById(String accountId) {
  return aiUserCache[accountId];
}