Package com.mypurecloud.sdk.v2.model
Class RecordingInput
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingInput
- All Implemented Interfaces:
Serializable
RecordingInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTitle()inthashCode()Unique identifier for the input.responseText(String responseText) Text response from end customer.voidvoidsetResponseText(String responseText) voidsetSubtitle(String subtitle) voidAdditional text providing more details about the input field(s).The main text displayed for the input field(s).toString()
-
Constructor Details
-
RecordingInput
public RecordingInput() -
RecordingInput
-
-
Method Details
-
id
Unique identifier for the input. -
getId
-
setId
-
title
The main text displayed for the input field(s). -
getTitle
-
setTitle
-
subtitle
Additional text providing more details about the input field(s). -
getSubtitle
-
setSubtitle
-
responseText
Text response from end customer. -
getResponseText
-
setResponseText
-
equals
-
hashCode
public int hashCode() -
toString
-