Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

File metadata and controls

22 lines (16 loc) · 512 Bytes

Cfchat::AgentBotCreateUpdatePayload

Properties

Name Type Description Notes
name String The name of the agent bot [optional]
description String The description about the agent bot [optional]
outgoing_url String The webhook URL for the bot [optional]

Example

require 'cfchat'

instance = Cfchat::AgentBotCreateUpdatePayload.new(
  name: null,
  description: null,
  outgoing_url: null
)