204 lines
8.8 KiB
PHP
Executable file
204 lines
8.8 KiB
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* This code was generated by
|
|
* ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
|
|
* | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
|
|
* | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
|
|
*
|
|
* Twilio - Flex
|
|
* This is the public Twilio REST API.
|
|
*
|
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
* https://openapi-generator.tech
|
|
* Do not edit the class manually.
|
|
*/
|
|
|
|
|
|
namespace Twilio\Rest\FlexApi\V1;
|
|
|
|
use Twilio\Exceptions\TwilioException;
|
|
use Twilio\InstanceResource;
|
|
use Twilio\Options;
|
|
use Twilio\Values;
|
|
use Twilio\Version;
|
|
use Twilio\Deserialize;
|
|
|
|
|
|
/**
|
|
* @property string|null $accountSid
|
|
* @property \DateTime|null $dateCreated
|
|
* @property \DateTime|null $dateUpdated
|
|
* @property array|null $attributes
|
|
* @property string $status
|
|
* @property string|null $taskrouterWorkspaceSid
|
|
* @property string|null $taskrouterTargetWorkflowSid
|
|
* @property string|null $taskrouterTargetTaskqueueSid
|
|
* @property array[]|null $taskrouterTaskqueues
|
|
* @property array[]|null $taskrouterSkills
|
|
* @property array|null $taskrouterWorkerChannels
|
|
* @property array|null $taskrouterWorkerAttributes
|
|
* @property string|null $taskrouterOfflineActivitySid
|
|
* @property string|null $runtimeDomain
|
|
* @property string|null $messagingServiceInstanceSid
|
|
* @property string|null $chatServiceInstanceSid
|
|
* @property string|null $flexServiceInstanceSid
|
|
* @property string|null $uiLanguage
|
|
* @property array|null $uiAttributes
|
|
* @property array|null $uiDependencies
|
|
* @property string|null $uiVersion
|
|
* @property string|null $serviceVersion
|
|
* @property bool|null $callRecordingEnabled
|
|
* @property string|null $callRecordingWebhookUrl
|
|
* @property bool|null $crmEnabled
|
|
* @property string|null $crmType
|
|
* @property string|null $crmCallbackUrl
|
|
* @property string|null $crmFallbackUrl
|
|
* @property array|null $crmAttributes
|
|
* @property array|null $publicAttributes
|
|
* @property bool|null $pluginServiceEnabled
|
|
* @property array|null $pluginServiceAttributes
|
|
* @property array[]|null $integrations
|
|
* @property array|null $outboundCallFlows
|
|
* @property string[]|null $serverlessServiceSids
|
|
* @property array|null $queueStatsConfiguration
|
|
* @property array|null $notifications
|
|
* @property array|null $markdown
|
|
* @property string|null $url
|
|
* @property array|null $flexInsightsHr
|
|
* @property bool|null $flexInsightsDrilldown
|
|
* @property string|null $flexUrl
|
|
* @property array[]|null $channelConfigs
|
|
* @property array|null $debuggerIntegration
|
|
* @property array|null $flexUiStatusReport
|
|
*/
|
|
class ConfigurationInstance extends InstanceResource
|
|
{
|
|
/**
|
|
* Initialize the ConfigurationInstance
|
|
*
|
|
* @param Version $version Version that contains the resource
|
|
* @param mixed[] $payload The response payload
|
|
*/
|
|
public function __construct(Version $version, array $payload)
|
|
{
|
|
parent::__construct($version);
|
|
|
|
// Marshaled Properties
|
|
$this->properties = [
|
|
'accountSid' => Values::array_get($payload, 'account_sid'),
|
|
'dateCreated' => Deserialize::dateTime(Values::array_get($payload, 'date_created')),
|
|
'dateUpdated' => Deserialize::dateTime(Values::array_get($payload, 'date_updated')),
|
|
'attributes' => Values::array_get($payload, 'attributes'),
|
|
'status' => Values::array_get($payload, 'status'),
|
|
'taskrouterWorkspaceSid' => Values::array_get($payload, 'taskrouter_workspace_sid'),
|
|
'taskrouterTargetWorkflowSid' => Values::array_get($payload, 'taskrouter_target_workflow_sid'),
|
|
'taskrouterTargetTaskqueueSid' => Values::array_get($payload, 'taskrouter_target_taskqueue_sid'),
|
|
'taskrouterTaskqueues' => Values::array_get($payload, 'taskrouter_taskqueues'),
|
|
'taskrouterSkills' => Values::array_get($payload, 'taskrouter_skills'),
|
|
'taskrouterWorkerChannels' => Values::array_get($payload, 'taskrouter_worker_channels'),
|
|
'taskrouterWorkerAttributes' => Values::array_get($payload, 'taskrouter_worker_attributes'),
|
|
'taskrouterOfflineActivitySid' => Values::array_get($payload, 'taskrouter_offline_activity_sid'),
|
|
'runtimeDomain' => Values::array_get($payload, 'runtime_domain'),
|
|
'messagingServiceInstanceSid' => Values::array_get($payload, 'messaging_service_instance_sid'),
|
|
'chatServiceInstanceSid' => Values::array_get($payload, 'chat_service_instance_sid'),
|
|
'flexServiceInstanceSid' => Values::array_get($payload, 'flex_service_instance_sid'),
|
|
'uiLanguage' => Values::array_get($payload, 'ui_language'),
|
|
'uiAttributes' => Values::array_get($payload, 'ui_attributes'),
|
|
'uiDependencies' => Values::array_get($payload, 'ui_dependencies'),
|
|
'uiVersion' => Values::array_get($payload, 'ui_version'),
|
|
'serviceVersion' => Values::array_get($payload, 'service_version'),
|
|
'callRecordingEnabled' => Values::array_get($payload, 'call_recording_enabled'),
|
|
'callRecordingWebhookUrl' => Values::array_get($payload, 'call_recording_webhook_url'),
|
|
'crmEnabled' => Values::array_get($payload, 'crm_enabled'),
|
|
'crmType' => Values::array_get($payload, 'crm_type'),
|
|
'crmCallbackUrl' => Values::array_get($payload, 'crm_callback_url'),
|
|
'crmFallbackUrl' => Values::array_get($payload, 'crm_fallback_url'),
|
|
'crmAttributes' => Values::array_get($payload, 'crm_attributes'),
|
|
'publicAttributes' => Values::array_get($payload, 'public_attributes'),
|
|
'pluginServiceEnabled' => Values::array_get($payload, 'plugin_service_enabled'),
|
|
'pluginServiceAttributes' => Values::array_get($payload, 'plugin_service_attributes'),
|
|
'integrations' => Values::array_get($payload, 'integrations'),
|
|
'outboundCallFlows' => Values::array_get($payload, 'outbound_call_flows'),
|
|
'serverlessServiceSids' => Values::array_get($payload, 'serverless_service_sids'),
|
|
'queueStatsConfiguration' => Values::array_get($payload, 'queue_stats_configuration'),
|
|
'notifications' => Values::array_get($payload, 'notifications'),
|
|
'markdown' => Values::array_get($payload, 'markdown'),
|
|
'url' => Values::array_get($payload, 'url'),
|
|
'flexInsightsHr' => Values::array_get($payload, 'flex_insights_hr'),
|
|
'flexInsightsDrilldown' => Values::array_get($payload, 'flex_insights_drilldown'),
|
|
'flexUrl' => Values::array_get($payload, 'flex_url'),
|
|
'channelConfigs' => Values::array_get($payload, 'channel_configs'),
|
|
'debuggerIntegration' => Values::array_get($payload, 'debugger_integration'),
|
|
'flexUiStatusReport' => Values::array_get($payload, 'flex_ui_status_report'),
|
|
];
|
|
|
|
$this->solution = [];
|
|
}
|
|
|
|
/**
|
|
* Generate an instance context for the instance, the context is capable of
|
|
* performing various actions. All instance actions are proxied to the context
|
|
*
|
|
* @return ConfigurationContext Context for this ConfigurationInstance
|
|
*/
|
|
protected function proxy(): ConfigurationContext
|
|
{
|
|
if (!$this->context) {
|
|
$this->context = new ConfigurationContext(
|
|
$this->version
|
|
);
|
|
}
|
|
|
|
return $this->context;
|
|
}
|
|
|
|
/**
|
|
* Fetch the ConfigurationInstance
|
|
*
|
|
* @param array|Options $options Optional Arguments
|
|
* @return ConfigurationInstance Fetched ConfigurationInstance
|
|
* @throws TwilioException When an HTTP error occurs.
|
|
*/
|
|
public function fetch(array $options = []): ConfigurationInstance
|
|
{
|
|
|
|
return $this->proxy()->fetch($options);
|
|
}
|
|
|
|
/**
|
|
* Magic getter to access properties
|
|
*
|
|
* @param string $name Property to access
|
|
* @return mixed The requested property
|
|
* @throws TwilioException For unknown properties
|
|
*/
|
|
public function __get(string $name)
|
|
{
|
|
if (\array_key_exists($name, $this->properties)) {
|
|
return $this->properties[$name];
|
|
}
|
|
|
|
if (\property_exists($this, '_' . $name)) {
|
|
$method = 'get' . \ucfirst($name);
|
|
return $this->$method();
|
|
}
|
|
|
|
throw new TwilioException('Unknown property: ' . $name);
|
|
}
|
|
|
|
/**
|
|
* Provide a friendly representation
|
|
*
|
|
* @return string Machine friendly representation
|
|
*/
|
|
public function __toString(): string
|
|
{
|
|
$context = [];
|
|
foreach ($this->solution as $key => $value) {
|
|
$context[] = "$key=$value";
|
|
}
|
|
return '[Twilio.FlexApi.V1.ConfigurationInstance ' . \implode(' ', $context) . ']';
|
|
}
|
|
}
|
|
|