Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 454 Bytes

File metadata and controls

20 lines (14 loc) · 454 Bytes

UltracartClient::ConversationVirtualAgentCapabilityZohoDeskDepartment

Properties

Name Type Description Notes
department_id String [optional]
department_name String [optional]

Example

require 'ultracart_api'

instance = UltracartClient::ConversationVirtualAgentCapabilityZohoDeskDepartment.new(
  department_id: null,
  department_name: null
)