Package com.sforce.soap.metadata
Class BotTemplate
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.BotTemplate
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()booleangetType()booleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAgentType(XmlInputStream __in, TypeMapper __typeMapper) voidsetAgentType(String agentType) voidsetBotDialogGroups(BotDialogGroup[] botDialogGroups) protected voidsetBotDialogGroups(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotDialogs(BotDialog[] botDialogs) protected voidsetBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) voidsetContextVariables(ConversationContextVariable[] contextVariables) protected voidsetContextVariables(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationGoals(ConversationDefinitionGoal[] conversationGoals) protected voidsetConversationGoals(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetConversationLanguages(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationLanguages(String conversationLanguages) voidsetConversationSystemDialogs(ConversationSystemDialog[] conversationSystemDialogs) protected voidsetConversationSystemDialogs(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationVariables(ConversationVariable[] conversationVariables) protected voidsetConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetEntryDialog(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntryDialog(String entryDialog) protected voidsetIcon(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMainMenuDialog(XmlInputStream __in, TypeMapper __typeMapper) voidsetMainMenuDialog(String mainMenuDialog) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetMlDomain(LocalMlDomain mlDomain) protected voidsetMlDomain(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPermissionSet(XmlInputStream __in, TypeMapper __typeMapper) voidsetPermissionSet(String permissionSet) voidsetRichContentEnabled(boolean richContentEnabled) protected voidsetRichContentEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetType(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
BotTemplate
public BotTemplate()Constructor
-
-
Method Details
-
getAgentType
-
setAgentType
-
setAgentType
protected void setAgentType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotDialogGroups
-
setBotDialogGroups
-
setBotDialogGroups
protected void setBotDialogGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotDialogs
-
setBotDialogs
-
setBotDialogs
protected void setBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContextVariables
-
setContextVariables
-
setContextVariables
protected void setContextVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationGoals
-
setConversationGoals
-
setConversationGoals
protected void setConversationGoals(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationLanguages
-
setConversationLanguages
-
setConversationLanguages
protected void setConversationLanguages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationSystemDialogs
-
setConversationSystemDialogs
-
setConversationSystemDialogs
protected void setConversationSystemDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationVariables
-
setConversationVariables
-
setConversationVariables
protected void setConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntryDialog
-
setEntryDialog
-
setEntryDialog
protected void setEntryDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIcon
-
setIcon
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMainMenuDialog
-
setMainMenuDialog
-
setMainMenuDialog
protected void setMainMenuDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMlDomain
-
setMlDomain
-
setMlDomain
protected void setMlDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPermissionSet
-
setPermissionSet
-
setPermissionSet
protected void setPermissionSet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRichContentEnabled
public boolean getRichContentEnabled() -
isRichContentEnabled
public boolean isRichContentEnabled() -
setRichContentEnabled
public void setRichContentEnabled(boolean richContentEnabled) -
setRichContentEnabled
protected void setRichContentEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getType
-
setType
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-