Package | Description |
---|---|
com.tencentcloudapi.ccc.v20200210.models |
Modifier and Type | Method and Description |
---|---|
IVRKeyPressedElement[] |
TelCdrInfo.getIVRKeyPressedEx()
Get IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
IVRKeyPressedElement[] |
TelCdrInfo.getPostIVRKeyPressed()
Get 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
Modifier and Type | Method and Description |
---|---|
void |
TelCdrInfo.setIVRKeyPressedEx(IVRKeyPressedElement[] IVRKeyPressedEx)
Set IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
void |
TelCdrInfo.setPostIVRKeyPressed(IVRKeyPressedElement[] PostIVRKeyPressed)
Set 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}])
|
Constructor and Description |
---|
IVRKeyPressedElement(IVRKeyPressedElement 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 © 2025. All rights reserved.