Skip to content

Latest commit

 

History

History
88 lines (38 loc) · 1.27 KB

Freshdesk-Resources-Conversation.md

File metadata and controls

88 lines (38 loc) · 1.27 KB

Freshdesk\Resources\Conversation

Conversation resource

This provides access to the agent resources

Methods

reply

array|null Freshdesk\Resources\Conversation::reply(integer $id, array $data)

Reply to a ticket

  • Visibility: public

Arguments

  • $id integer
  • $data array

note

array|null Freshdesk\Resources\Conversation::note(integer $id, array $data)

Create a note for a ticket

  • Visibility: public

Arguments

  • $id integer
  • $data array

update

array|null Freshdesk\Resources\Conversation::update(integer $id, array $data)

Update a resource

Updates the resources for the given $id with the supplied data/.

  • Visibility: public

Arguments

  • $id integer - <p>The resource id</p>
  • $data array - <p>The data</p>

delete

array|null Freshdesk\Resources\Conversation::delete(\Freshdesk\Resources\Traits\in $id)

Delete a resource

Delete a resource by $id

  • Visibility: public

Arguments

  • $id Freshdesk\Resources\Traits\in - <p>The resource id</p>