Package com.sforce.soap.metadata
Class Bot
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.Bot
-
-
Constructor Summary
Constructors Constructor Description Bot()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getBotMlDomain
public LocalMlDomain getBotMlDomain()
-
setBotMlDomain
public void setBotMlDomain(LocalMlDomain botMlDomain)
-
setBotMlDomain
protected void setBotMlDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotUser
public String getBotUser()
-
setBotUser
public void setBotUser(String botUser)
-
setBotUser
protected void setBotUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotVersions
public BotVersion[] getBotVersions()
-
setBotVersions
public void setBotVersions(BotVersion[] botVersions)
-
setBotVersions
protected void setBotVersions(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
-
getConversationChannelProviders
public ConversationDefinitionChannelProvider[] getConversationChannelProviders()
-
setConversationChannelProviders
public void setConversationChannelProviders(ConversationDefinitionChannelProvider[] conversationChannelProviders)
-
setConversationChannelProviders
protected void setConversationChannelProviders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefaultOutboundFlow
public String getDefaultOutboundFlow()
-
setDefaultOutboundFlow
public void setDefaultOutboundFlow(String defaultOutboundFlow)
-
setDefaultOutboundFlow
protected void setDefaultOutboundFlow(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
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLogPrivateConversationData
public boolean getLogPrivateConversationData()
-
isLogPrivateConversationData
public boolean isLogPrivateConversationData()
-
setLogPrivateConversationData
public void setLogPrivateConversationData(boolean logPrivateConversationData)
-
setLogPrivateConversationData
protected void setLogPrivateConversationData(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPageContextVariables
public PageContextVariable[] getPageContextVariables()
-
setPageContextVariables
public void setPageContextVariables(PageContextVariable[] pageContextVariables)
-
setPageContextVariables
protected void setPageContextVariables(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
-
getSessionTimeout
public int getSessionTimeout()
-
setSessionTimeout
public void setSessionTimeout(int sessionTimeout)
-
setSessionTimeout
protected void setSessionTimeout(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
-
-