public class RreCallerHandle extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RreCallerHandle() | 
| RreCallerHandle(RreCallerHandle 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 | getInterruptPrompt()Get 可中断提示,播放该提示时,用户可以按键 | 
| KeyList[] | getKeyList()Get 对应按键操作,如果没有结构体里定义按键操作用户按键以后都从 interruptPrompt 重新播放 | 
| String | getKeyPressUrl()Get 用户按键回调通知地址,如果为空不回调 | 
| String | getPromptGender()Get 提示音男声女声:1女声,2男声。默认女声 | 
| String | getReadPrompt()Get 呼叫主叫以后,给主叫用户的语音提示,播放该提示时用户所有按键无效 | 
| String | getRepeatTimes()Get 最多重复播放次数,超过该次数拆线 | 
| void | setInterruptPrompt(String InterruptPrompt)Set 可中断提示,播放该提示时,用户可以按键 | 
| void | setKeyList(KeyList[] KeyList)Set 对应按键操作,如果没有结构体里定义按键操作用户按键以后都从 interruptPrompt 重新播放 | 
| void | setKeyPressUrl(String KeyPressUrl)Set 用户按键回调通知地址,如果为空不回调 | 
| void | setPromptGender(String PromptGender)Set 提示音男声女声:1女声,2男声。默认女声 | 
| void | setReadPrompt(String ReadPrompt)Set 呼叫主叫以后,给主叫用户的语音提示,播放该提示时用户所有按键无效 | 
| void | setRepeatTimes(String RepeatTimes)Set 最多重复播放次数,超过该次数拆线 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RreCallerHandle()
public RreCallerHandle(RreCallerHandle source)
public String getReadPrompt()
public void setReadPrompt(String ReadPrompt)
ReadPrompt - 呼叫主叫以后,给主叫用户的语音提示,播放该提示时用户所有按键无效public String getInterruptPrompt()
public void setInterruptPrompt(String InterruptPrompt)
InterruptPrompt - 可中断提示,播放该提示时,用户可以按键public KeyList[] getKeyList()
public void setKeyList(KeyList[] KeyList)
KeyList - 对应按键操作,如果没有结构体里定义按键操作用户按键以后都从 interruptPrompt 重新播放public String getRepeatTimes()
public void setRepeatTimes(String RepeatTimes)
RepeatTimes - 最多重复播放次数,超过该次数拆线public String getKeyPressUrl()
public void setKeyPressUrl(String KeyPressUrl)
KeyPressUrl - 用户按键回调通知地址,如果为空不回调public String getPromptGender()
public void setPromptGender(String PromptGender)
PromptGender - 提示音男声女声:1女声,2男声。默认女声Copyright © 2025. All rights reserved.