Skip to content

Channels[]

.halguru.yamlChannels

Represents the communication channels available to the agent, enabling interaction through specified mediums as defined in the agent's configuration.

Channels:
  - Name: Company's WhatsApp
    Description: |
      A WhatsApp channel for the company.
    Source: WhatsApp
    ReferenceId: +1234567890
    Active: true
    UserType: Paid

Properties#

Name Type Required Description
Name Text ✔️ The name of the channel.
Description MultilineText A description of the channel.
Source Option ✔️ The source of the infoormation for the channel.
ReferenceId Text The unique identifier for the channel for external use.
Active Boolean ✔️ Whether the channel is active or not.
UserType Option ✔️ Determines the level of access granted to the user for the agent channel.

Technical Information#

Property Value
Path Channels[]
Internal Type AgentModels.AgentChannel
Internal Root Type AgentConfiguration
File Extension .halguru.yaml
JSON Schema halguru-schema.json

Last updated: 2025-10-13
Autogenerated: Yes
AI powered: Yes
Core version: 1.66.0