Package com.mypurecloud.sdk.v2.model
Class DialogflowAgent
java.lang.Object
com.mypurecloud.sdk.v2.model.DialogflowAgent
- All Implemented Interfaces:
Serializable
DialogflowAgent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenvironments(List<String> environments) Available environments for this agentbooleangetId()getName()inthashCode()integration(DomainEntityRef integration) The Integration this Dialogflow agent was referenced from.intents(List<DialogflowIntent> intents) An array of Intents associated with this agentThe supported languages of the Dialogflow agentproject(DialogflowProject project) The project this Dialogflow agent belongs tovoidsetEnvironments(List<String> environments) voidsetIntegration(DomainEntityRef integration) voidsetIntents(List<DialogflowIntent> intents) voidsetLanguages(List<String> languages) voidvoidsetProject(DialogflowProject project) toString()
-
Constructor Details
-
DialogflowAgent
public DialogflowAgent() -
DialogflowAgent
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
project
The project this Dialogflow agent belongs to -
getProject
-
setProject
-
languages
The supported languages of the Dialogflow agent -
getLanguages
-
setLanguages
-
intents
An array of Intents associated with this agent -
getIntents
-
setIntents
-
environments
Available environments for this agent -
getEnvironments
-
setEnvironments
-
integration
The Integration this Dialogflow agent was referenced from. -
getIntegration
-
setIntegration
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-