Package com.mypurecloud.sdk.v2.model
Class DialogflowAgentSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.DialogflowAgentSummary
- All Implemented Interfaces:
Serializable
DialogflowAgentSummary
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the Dialogflow agent.booleangetId()getName()inthashCode()integration(DomainEntityRef integration) The Integration this Dialogflow agent was referenced from.project(DialogflowProject project) The project this Dialogflow agent belongs to.voidsetDescription(String description) voidsetIntegration(DomainEntityRef integration) voidvoidsetProject(DialogflowProject project) toString()
-
Constructor Details
-
DialogflowAgentSummary
public DialogflowAgentSummary() -
DialogflowAgentSummary
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
project
The project this Dialogflow agent belongs to. -
getProject
-
setProject
-
description
A description of the Dialogflow agent. -
getDescription
-
setDescription
-
integration
The Integration this Dialogflow agent was referenced from. -
getIntegration
-
setIntegration
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-