Package com.sforce.soap.metadata
Class BotDialog
- java.lang.Object
-
- com.sforce.soap.metadata.BotDialog
-
-
Constructor Summary
Constructors Constructor Description BotDialog()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBotDialogGroup
public String getBotDialogGroup()
-
setBotDialogGroup
public void setBotDialogGroup(String botDialogGroup)
-
setBotDialogGroup
protected void setBotDialogGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotSteps
public BotStep[] getBotSteps()
-
setBotSteps
public void setBotSteps(BotStep[] botSteps)
-
setBotSteps
protected void setBotSteps(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
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsPlaceholderDialog
public boolean getIsPlaceholderDialog()
-
isIsPlaceholderDialog
public boolean isIsPlaceholderDialog()
-
setIsPlaceholderDialog
public void setIsPlaceholderDialog(boolean isPlaceholderDialog)
-
setIsPlaceholderDialog
protected void setIsPlaceholderDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMlIntent
public String getMlIntent()
-
setMlIntent
public void setMlIntent(String mlIntent)
-
setMlIntent
protected void setMlIntent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMlIntentTrainingEnabled
public boolean getMlIntentTrainingEnabled()
-
isMlIntentTrainingEnabled
public boolean isMlIntentTrainingEnabled()
-
setMlIntentTrainingEnabled
public void setMlIntentTrainingEnabled(boolean mlIntentTrainingEnabled)
-
setMlIntentTrainingEnabled
protected void setMlIntentTrainingEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShowInFooterMenu
public boolean getShowInFooterMenu()
-
isShowInFooterMenu
public boolean isShowInFooterMenu()
-
setShowInFooterMenu
public void setShowInFooterMenu(boolean showInFooterMenu)
-
setShowInFooterMenu
protected void setShowInFooterMenu(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-