Package com.sforce.soap.metadata
Class Bot
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.Bot
- 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 TypeMethodDescriptiongetLabel()booleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotMlDomain(LocalMlDomain botMlDomain) protected voidsetBotMlDomain(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBotUser(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotUser(String botUser) voidsetBotVersions(BotVersion[] botVersions) protected voidsetBotVersions(XmlInputStream __in, TypeMapper __typeMapper) voidsetContextVariables(ConversationContextVariable[] contextVariables) protected voidsetContextVariables(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationChannelProviders(ConversationDefinitionChannelProvider[] conversationChannelProviders) protected voidsetConversationChannelProviders(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetLogPrivateConversationData(boolean logPrivateConversationData) protected voidsetLogPrivateConversationData(XmlInputStream __in, TypeMapper __typeMapper) voidsetRichContentEnabled(boolean richContentEnabled) protected voidsetRichContentEnabled(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
-
Bot
public Bot()Constructor
-
-
Method Details
-
getBotMlDomain
-
setBotMlDomain
-
setBotMlDomain
protected void setBotMlDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotUser
-
setBotUser
-
setBotUser
protected void setBotUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotVersions
-
setBotVersions
-
setBotVersions
protected void setBotVersions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getContextVariables
-
setContextVariables
-
setContextVariables
protected void setContextVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationChannelProviders
-
setConversationChannelProviders
public void setConversationChannelProviders(ConversationDefinitionChannelProvider[] conversationChannelProviders) -
setConversationChannelProviders
protected void setConversationChannelProviders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
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
-
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
-
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
-