Package | Description |
---|---|
com.tencentcloudapi.iai.v20200303.models |
Modifier and Type | Method and Description |
---|---|
PersonExDescriptionInfo[] |
ModifyPersonGroupInfoRequest.getPersonExDescriptionInfos()
Get Custom description field of the person to be modified, which is a `key-value` pair.
|
PersonExDescriptionInfo[] |
CreatePersonRequest.getPersonExDescriptionInfos()
Get Content of person description field, which is a `key-value` pair, can contain 0 to 60 characters, and is modifiable and repeatable.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyPersonGroupInfoRequest.setPersonExDescriptionInfos(PersonExDescriptionInfo[] PersonExDescriptionInfos)
Set Custom description field of the person to be modified, which is a `key-value` pair.
|
void |
CreatePersonRequest.setPersonExDescriptionInfos(PersonExDescriptionInfo[] PersonExDescriptionInfos)
Set Content of person description field, which is a `key-value` pair, can contain 0 to 60 characters, and is modifiable and repeatable.
|
Constructor and Description |
---|
PersonExDescriptionInfo(PersonExDescriptionInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.