public class IVRKeyPressedElement extends AbstractModel
header, skipSign
Constructor and Description |
---|
IVRKeyPressedElement() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get Hit keyword or press.
|
String |
getLabel()
Get Tag associated with the key.
|
String |
getNodeLabel()
Get Node tags.
|
String |
getOriginalContent()
Get User'S original input.
|
Long |
getTimestamp()
Get UNIX millisecond timestamp.
|
String |
getTTSPrompt()
Get TTS prompt content.
|
void |
setKey(String Key)
Set Hit keyword or press.
|
void |
setLabel(String Label)
Set Tag associated with the key.
|
void |
setNodeLabel(String NodeLabel)
Set Node tags.
|
void |
setOriginalContent(String OriginalContent)
Set User'S original input.
|
void |
setTimestamp(Long Timestamp)
Set UNIX millisecond timestamp.
|
void |
setTTSPrompt(String TTSPrompt)
Set TTS prompt content.
|
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, toJsonString
public IVRKeyPressedElement()
public IVRKeyPressedElement(IVRKeyPressedElement source)
public String getKey()
public void setKey(String Key)
Key
- Hit keyword or press.public String getLabel()
public void setLabel(String Label)
Label
- Tag associated with the key.public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- UNIX millisecond timestamp.public String getNodeLabel()
public void setNodeLabel(String NodeLabel)
NodeLabel
- Node tags.public String getOriginalContent()
public void setOriginalContent(String OriginalContent)
OriginalContent
- User'S original input.public String getTTSPrompt()
public void setTTSPrompt(String TTSPrompt)
TTSPrompt
- TTS prompt content.Copyright © 2025. All rights reserved.