Package com.mypurecloud.sdk.v2.model
Class CreateGuideVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.CreateGuideVersion
- All Implemented Interfaces:
Serializable
CreateGuideVersion
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()instruction(String instruction) The instruction given to this version of the guide, for how it should behave when interacting with a User.knowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) The knowledge settings associated with this version of the guide.resources(GuideVersionResources resources) The resources associated with this version of the guide.voidsetInstruction(String instruction) voidsetKnowledgeSettings(AuthoringKnowledgeSettings knowledgeSettings) voidsetResources(GuideVersionResources resources) voidsetVariables(List<Variable> variables) toString()The variables associated with this version of the guide.
-
Constructor Details
-
CreateGuideVersion
public CreateGuideVersion() -
CreateGuideVersion
-
-
Method Details
-
instruction
The instruction given to this version of the guide, for how it should behave when interacting with a User. -
getInstruction
-
setInstruction
-
variables
The variables associated with this version of the guide. Includes input variables (provided) and output variables (captured during execution). -
getVariables
-
setVariables
-
resources
The resources associated with this version of the guide. -
getResources
-
setResources
-
knowledgeSettings
The knowledge settings associated with this version of the guide. -
getKnowledgeSettings
-
setKnowledgeSettings
-
equals
-
hashCode
public int hashCode() -
toString
-