Package com.mypurecloud.sdk.v2.model
Class TestTopicPhraseTopic
java.lang.Object
com.mypurecloud.sdk.v2.model.TestTopicPhraseTopic
- All Implemented Interfaces:
Serializable
TestTopicPhraseTopic
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe topic participants, default value is bothstatic enumThe topic strictness, default value is 72 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe topic dialect, default value is en-USbooleaninthashCode()participants(TestTopicPhraseTopic.ParticipantsEnum participants) The topic participants, default value is bothphrase(TestTopicPhrasePhrase phrase) The topic phrase to testvoidsetDialect(String dialect) voidsetParticipants(TestTopicPhraseTopic.ParticipantsEnum participants) voidsetPhrase(TestTopicPhrasePhrase phrase) voidsetStrictness(TestTopicPhraseTopic.StrictnessEnum strictness) strictness(TestTopicPhraseTopic.StrictnessEnum strictness) The topic strictness, default value is 72toString()
-
Constructor Details
-
TestTopicPhraseTopic
public TestTopicPhraseTopic() -
TestTopicPhraseTopic
-
-
Method Details
-
phrase
The topic phrase to test -
getPhrase
-
setPhrase
-
strictness
The topic strictness, default value is 72 -
getStrictness
-
setStrictness
-
dialect
The topic dialect, default value is en-US -
getDialect
-
setDialect
-
participants
The topic participants, default value is both -
getParticipants
-
setParticipants
-
equals
-
hashCode
public int hashCode() -
toString
-