Package | Description |
---|---|
com.tencentcloudapi.ccc.v20200210.models |
Modifier and Type | Method and Description |
---|---|
IVRKeyPressedElement[] |
TelCdrInfo.getIVRKeyPressedEx()
Get IVR key information (e.g.?[{"Key":"1","Label":"highly satisfied"}])
Note: This field may return null, indicating that no valid values can be obtained.
|
IVRKeyPressedElement[] |
TelCdrInfo.getPostIVRKeyPressed()
Get Post-IVR key information (e.g.
|
Modifier and Type | Method and Description |
---|---|
void |
TelCdrInfo.setIVRKeyPressedEx(IVRKeyPressedElement[] IVRKeyPressedEx)
Set IVR key information (e.g.?[{"Key":"1","Label":"highly satisfied"}])
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
TelCdrInfo.setPostIVRKeyPressed(IVRKeyPressedElement[] PostIVRKeyPressed)
Set Post-IVR key information (e.g.
|
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 © 2024. All rights reserved.