Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
QuestionSuggestionFilter Class
Namespace
QuestionSuggestionFilter Methods
The following are methods for QuestionSuggestionFilter.
addGroupId(groupId)
Signature
public void addGroupId(String groupId)
Parameters
- groupId: Type: String The ID for a group.
Return Value
Type: void
Usage
To add more than one group, call the method multiple times.
addNetworkId(networkId)
Signature
public void addNetworkId(String networkId)
Parameters
- networkId: Type: String The ID of the Experience Cloud site about which you’re retrieving this information.
Return Value
Type: void
Usage
To add more than one network, call the method multiple times.
addUserId(userId)
Signature
public void addUserId(String userId)
Parameters
- userId: Type: String The ID for the user.
Return Value
Type: void
Usage
To add more than one user, call the method multiple times.
setTopicId(topicId)
Signature
public void setTopicId(String topicId)
Parameters
- topicId: Type: String The ID for a topic.
Return Value
Type: void