Uses of Class
com.tencentcloudapi.ccc.v20200210.models.IVRKeyPressedElement
-
Packages that use IVRKeyPressedElement Package Description com.tencentcloudapi.ccc.v20200210.models -
-
Uses of IVRKeyPressedElement in com.tencentcloudapi.ccc.v20200210.models
Methods in com.tencentcloudapi.ccc.v20200210.models that return IVRKeyPressedElement Modifier and Type Method Description IVRKeyPressedElement[]TelCdrInfo. getIVRKeyPressedEx()Get IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}]) 注意:此字段可能返回 null,表示取不到有效值。IVRKeyPressedElement[]TelCdrInfo. getPostIVRKeyPressed()Get 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}]) 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ccc.v20200210.models with parameters of type IVRKeyPressedElement Modifier and Type Method Description voidTelCdrInfo. setIVRKeyPressedEx(IVRKeyPressedElement[] IVRKeyPressedEx)Set IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}]) 注意:此字段可能返回 null,表示取不到有效值。voidTelCdrInfo. setPostIVRKeyPressed(IVRKeyPressedElement[] PostIVRKeyPressed)Set 后置IVR按键信息(e.g. [{"Key":"1","Label":"非常满意"}]) 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ccc.v20200210.models with parameters of type IVRKeyPressedElement Constructor 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.
-