onlyAgentic method
Sets the flag to include only agentic conversations.
Android Reference: ConversationsRequestBuilder.onlyAgentic(bool)
Implementation
ConversationsRequestBuilder onlyAgentic(bool value) {
_onlyAgentic = value;
return this;
}
Sets the flag to include only agentic conversations.
Android Reference: ConversationsRequestBuilder.onlyAgentic(bool)
ConversationsRequestBuilder onlyAgentic(bool value) {
_onlyAgentic = value;
return this;
}