Package com.sforce.soap.metadata
Class BotTemplate
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.BotTemplate
-
-
Constructor Summary
Constructors Constructor Description BotTemplate()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBotDialogGroups
public BotDialogGroup[] getBotDialogGroups()
-
setBotDialogGroups
public void setBotDialogGroups(BotDialogGroup[] botDialogGroups)
-
setBotDialogGroups
protected void setBotDialogGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotDialogs
public BotDialog[] getBotDialogs()
-
setBotDialogs
public void setBotDialogs(BotDialog[] botDialogs)
-
setBotDialogs
protected void setBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContextVariables
public ConversationContextVariable[] getContextVariables()
-
setContextVariables
public void setContextVariables(ConversationContextVariable[] contextVariables)
-
setContextVariables
protected void setContextVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationGoals
public ConversationDefinitionGoal[] getConversationGoals()
-
setConversationGoals
public void setConversationGoals(ConversationDefinitionGoal[] conversationGoals)
-
setConversationGoals
protected void setConversationGoals(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationLanguages
public String getConversationLanguages()
-
setConversationLanguages
public void setConversationLanguages(String conversationLanguages)
-
setConversationLanguages
protected void setConversationLanguages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationSystemDialogs
public ConversationSystemDialog[] getConversationSystemDialogs()
-
setConversationSystemDialogs
public void setConversationSystemDialogs(ConversationSystemDialog[] conversationSystemDialogs)
-
setConversationSystemDialogs
protected void setConversationSystemDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationVariables
public ConversationVariable[] getConversationVariables()
-
setConversationVariables
public void setConversationVariables(ConversationVariable[] conversationVariables)
-
setConversationVariables
protected void setConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryDialog
public String getEntryDialog()
-
setEntryDialog
public void setEntryDialog(String entryDialog)
-
setEntryDialog
protected void setEntryDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIcon
public String getIcon()
-
setIcon
public void setIcon(String icon)
-
setIcon
protected void setIcon(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMainMenuDialog
public String getMainMenuDialog()
-
setMainMenuDialog
public void setMainMenuDialog(String mainMenuDialog)
-
setMainMenuDialog
protected void setMainMenuDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMlDomain
public LocalMlDomain getMlDomain()
-
setMlDomain
public void setMlDomain(LocalMlDomain mlDomain)
-
setMlDomain
protected void setMlDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPermissionSet
public String getPermissionSet()
-
setPermissionSet
public void setPermissionSet(String permissionSet)
-
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
public BotType getType()
-
setType
public void setType(BotType type)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-