Package com.mypurecloud.sdk.v2.model
Class DialogflowCXAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.DialogflowCXAgent
- All Implemented Interfaces:
Serializable
DialogflowCXAgent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenvironments(List<DialogflowCXEnvironment> environments) Available environments for this CX agent.booleangetId()getName()inthashCode()integration(DomainEntityRef integration) The Integration this Dialogflow CX agent was referenced from.The supported languages of the Dialogflow CX agent.project(DialogflowCXProject project) The project this Dialogflow CX agent belongs to.voidsetEnvironments(List<DialogflowCXEnvironment> environments) voidsetIntegration(DomainEntityRef integration) voidsetLanguages(List<String> languages) voidvoidsetProject(DialogflowCXProject project) toString()
-
Constructor Details
-
DialogflowCXAgent
public DialogflowCXAgent() -
DialogflowCXAgent
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
project
The project this Dialogflow CX agent belongs to. -
getProject
-
setProject
-
languages
The supported languages of the Dialogflow CX agent. Each value will be a language code in the country-locale format. e.g. en-us, es-us, fr-ca, etc. -
getLanguages
-
setLanguages
-
environments
Available environments for this CX agent. -
getEnvironments
-
setEnvironments
-
integration
The Integration this Dialogflow CX agent was referenced from. -
getIntegration
-
setIntegration
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-