Package com.mypurecloud.sdk.v2.model
Class ConversationFormResponseComponent
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationFormResponseComponent
- All Implemented Interfaces:
Serializable
A response component from a form
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponent(ConversationFormResponseContent component) The content object capturing component response from the original message.booleangetId()inthashCode()The id of the component in the original message.voidsetComponent(ConversationFormResponseContent component) voidtoString()
-
Constructor Details
-
ConversationFormResponseComponent
public ConversationFormResponseComponent() -
ConversationFormResponseComponent
-
-
Method Details
-
id
The id of the component in the original message. -
getId
-
setId
-
component
The content object capturing component response from the original message. -
getComponent
-
setComponent
-
equals
-
hashCode
public int hashCode() -
toString
-