Package com.sforce.soap.metadata
Class AIReplyRecommendationsSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.AIReplyRecommendationsSettings
-
-
Constructor Summary
Constructors Constructor Description AIReplyRecommendationsSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableAIReplyRecommendations
public boolean getEnableAIReplyRecommendations()
-
isEnableAIReplyRecommendations
public boolean isEnableAIReplyRecommendations()
-
setEnableAIReplyRecommendations
public void setEnableAIReplyRecommendations(boolean enableAIReplyRecommendations)
-
setEnableAIReplyRecommendations
protected void setEnableAIReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableEinsteinKnowledgeGrounding
public boolean getEnableEinsteinKnowledgeGrounding()
-
isEnableEinsteinKnowledgeGrounding
public boolean isEnableEinsteinKnowledgeGrounding()
-
setEnableEinsteinKnowledgeGrounding
public void setEnableEinsteinKnowledgeGrounding(boolean enableEinsteinKnowledgeGrounding)
-
setEnableEinsteinKnowledgeGrounding
protected void setEnableEinsteinKnowledgeGrounding(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGenReplyRecommendations
public boolean getEnableGenReplyRecommendations()
-
isEnableGenReplyRecommendations
public boolean isEnableGenReplyRecommendations()
-
setEnableGenReplyRecommendations
public void setEnableGenReplyRecommendations(boolean enableGenReplyRecommendations)
-
setEnableGenReplyRecommendations
protected void setEnableGenReplyRecommendations(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableServiceEinsteinGPTGrounding
public boolean getEnableServiceEinsteinGPTGrounding()
-
isEnableServiceEinsteinGPTGrounding
public boolean isEnableServiceEinsteinGPTGrounding()
-
setEnableServiceEinsteinGPTGrounding
public void setEnableServiceEinsteinGPTGrounding(boolean enableServiceEinsteinGPTGrounding)
-
setEnableServiceEinsteinGPTGrounding
protected void setEnableServiceEinsteinGPTGrounding(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
-
-