Conversation resource
This provides access to the agent resources
- Class name: Conversation
- Namespace: Freshdesk\Resources
- Parent class: Freshdesk\Resources\AbstractResource
array|null Freshdesk\Resources\Conversation::reply(integer $id, array $data)
Reply to a ticket
- Visibility: public
- $id integer
- $data array
array|null Freshdesk\Resources\Conversation::note(integer $id, array $data)
Create a note for a ticket
- Visibility: public
- $id integer
- $data array
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
- $id integer - <p>The resource id</p>
- $data array - <p>The data</p>
array|null Freshdesk\Resources\Conversation::delete(\Freshdesk\Resources\Traits\in $id)
Delete a resource
Delete a resource by $id
- Visibility: public
- $id Freshdesk\Resources\Traits\in - <p>The resource id</p>