Twilio\Rest\Preview\Understand\Assistant\Task\SampleContext
Synopsis
class SampleContext
extends InstanceContext
{
- // Inherited members from InstanceContext
- protected $version;
- protected array $solution;
- protected $uri;
- // methods
- public void __construct()
- public bool delete()
- public SampleInstance fetch()
- public SampleInstance update()
- public string __toString()
- // Inherited methods from InstanceContext
- public void __construct()
- public void __toString()
Hierarchy
Extends
Members
protected
- $solution
- $uri
- $version
Methods
public
- __construct() — Initialize the SampleContext
- __toString() — Provide a friendly representation
- delete() — Delete the SampleInstance
- fetch() — Fetch the SampleInstance
- update() — Update the SampleInstance