public class VoiceMessageConf extends AbstractModel
Constructor and Description |
---|
VoiceMessageConf() |
VoiceMessageConf(VoiceMessageConf 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Get Language supported for Voice Message Service.
|
String |
getStatus()
Get Voice Message Service status.
|
void |
setLanguage(String Language)
Set Language supported for Voice Message Service.
|
void |
setStatus(String Status)
Set Voice Message Service status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VoiceMessageConf()
public VoiceMessageConf(VoiceMessageConf source)
public String getStatus()
public void setStatus(String Status)
Status
- Voice Message Service status. Valid values: `open`, `close`.public String getLanguage()
public void setLanguage(String Language)
Language
- Language supported for Voice Message Service. Valid values: `all` (all languages), `cnen` (Chinese and English). Default value: `cnen`.Copyright © 2023. All rights reserved.