Package com.sforce.soap.metadata
Class ConversationalIntelligenceSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ConversationalIntelligenceSettings
-
-
Constructor Summary
Constructors Constructor Description ConversationalIntelligenceSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableCallCoaching
public boolean getEnableCallCoaching()
-
isEnableCallCoaching
public boolean isEnableCallCoaching()
-
setEnableCallCoaching
public void setEnableCallCoaching(boolean enableCallCoaching)
-
setEnableCallCoaching
protected void setEnableCallCoaching(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableCallCoachingZoom
public boolean getEnableCallCoachingZoom()
-
isEnableCallCoachingZoom
public boolean isEnableCallCoachingZoom()
-
setEnableCallCoachingZoom
public void setEnableCallCoachingZoom(boolean enableCallCoachingZoom)
-
setEnableCallCoachingZoom
protected void setEnableCallCoachingZoom(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableCallExplorer
public boolean getEnableCallExplorer()
-
isEnableCallExplorer
public boolean isEnableCallExplorer()
-
setEnableCallExplorer
public void setEnableCallExplorer(boolean enableCallExplorer)
-
setEnableCallExplorer
protected void setEnableCallExplorer(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableCallSummarization
public boolean getEnableCallSummarization()
-
isEnableCallSummarization
public boolean isEnableCallSummarization()
-
setEnableCallSummarization
public void setEnableCallSummarization(boolean enableCallSummarization)
-
setEnableCallSummarization
protected void setEnableCallSummarization(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableConversationMining
public boolean getEnableConversationMining()
-
isEnableConversationMining
public boolean isEnableConversationMining()
-
setEnableConversationMining
public void setEnableConversationMining(boolean enableConversationMining)
-
setEnableConversationMining
protected void setEnableConversationMining(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableDiarizationPref
public boolean getEnableDiarizationPref()
-
isEnableDiarizationPref
public boolean isEnableDiarizationPref()
-
setEnableDiarizationPref
public void setEnableDiarizationPref(boolean enableDiarizationPref)
-
setEnableDiarizationPref
protected void setEnableDiarizationPref(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGenerativeConvInsights
public boolean getEnableGenerativeConvInsights()
-
isEnableGenerativeConvInsights
public boolean isEnableGenerativeConvInsights()
-
setEnableGenerativeConvInsights
public void setEnableGenerativeConvInsights(boolean enableGenerativeConvInsights)
-
setEnableGenerativeConvInsights
protected void setEnableGenerativeConvInsights(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOpptyMatching
public boolean getEnableOpptyMatching()
-
isEnableOpptyMatching
public boolean isEnableOpptyMatching()
-
setEnableOpptyMatching
public void setEnableOpptyMatching(boolean enableOpptyMatching)
-
setEnableOpptyMatching
protected void setEnableOpptyMatching(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableUnifiedActivities
public boolean getEnableUnifiedActivities()
-
isEnableUnifiedActivities
public boolean isEnableUnifiedActivities()
-
setEnableUnifiedActivities
public void setEnableUnifiedActivities(boolean enableUnifiedActivities)
-
setEnableUnifiedActivities
protected void setEnableUnifiedActivities(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
-
-