hideAgentic method
Sets the flag to hide agentic conversations.
Android Reference: ConversationsRequestBuilder.hideAgentic(bool)
Implementation
ConversationsRequestBuilder hideAgentic(bool value) {
_hideAgentic = value;
return this;
}
Sets the flag to hide agentic conversations.
Android Reference: ConversationsRequestBuilder.hideAgentic(bool)
ConversationsRequestBuilder hideAgentic(bool value) {
_hideAgentic = value;
return this;
}