hideAgentic method

ConversationsRequestBuilder hideAgentic(
  1. bool value
)

Sets the flag to hide agentic conversations. Android Reference: ConversationsRequestBuilder.hideAgentic(bool)

Implementation

ConversationsRequestBuilder hideAgentic(bool value) {
  _hideAgentic = value;
  return this;
}