Package com.mypurecloud.sdk.v2.model
Class ConversationProfile
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationProfile
- All Implemented Interfaces:
Serializable
ConversationProfile
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe language code supported by the conversation profile belonging to a particular project for Dialogflow. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()languageCode(ConversationProfile.LanguageCodeEnum languageCode) The language code supported by the conversation profile belonging to a particular project for Dialogflow.The name of the conversation profile belonging to a particular project for DialogflowvoidsetLanguageCode(ConversationProfile.LanguageCodeEnum languageCode) voidtoString()
-
Constructor Details
-
ConversationProfile
public ConversationProfile() -
ConversationProfile
-
-
Method Details
-
languageCode
The language code supported by the conversation profile belonging to a particular project for Dialogflow. -
getLanguageCode
-
setLanguageCode
-
name
The name of the conversation profile belonging to a particular project for Dialogflow -
getName
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-