Package com.mypurecloud.sdk.v2.model
Class GoogleDialogflowConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleDialogflowConfig
- All Implemented Interfaces:
Serializable
GoogleDialogflowConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationProfiles(List<ConversationProfile> conversationProfiles) The conversation profiles for which the assistant will fetch transcription and knowledge suggestions.booleaninthashCode()integrationId(String integrationId) The integration identifier with which the assistant will fetch transcriptions and knowledge suggestions.voidsetConversationProfiles(List<ConversationProfile> conversationProfiles) voidsetIntegrationId(String integrationId) toString()
-
Constructor Details
-
GoogleDialogflowConfig
public GoogleDialogflowConfig() -
GoogleDialogflowConfig
-
-
Method Details
-
integrationId
The integration identifier with which the assistant will fetch transcriptions and knowledge suggestions. -
getIntegrationId
-
setIntegrationId
-
conversationProfiles
The conversation profiles for which the assistant will fetch transcription and knowledge suggestions. -
getConversationProfiles
-
setConversationProfiles
-
equals
-
hashCode
public int hashCode() -
toString
-