github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/FlexV1Configuration.md (about)

     1  # FlexV1Configuration
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Configuration resource. |
     8  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Configuration resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
     9  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Configuration resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    10  **Attributes** | Pointer to **interface{}** | An object that contains application-specific data. |
    11  **Status** | Pointer to [**string**](ConfigurationEnumStatus.md) |  |
    12  **TaskrouterWorkspaceSid** | Pointer to **string** | The SID of the TaskRouter Workspace. |
    13  **TaskrouterTargetWorkflowSid** | Pointer to **string** | The SID of the TaskRouter target Workflow. |
    14  **TaskrouterTargetTaskqueueSid** | Pointer to **string** | The SID of the TaskRouter Target TaskQueue. |
    15  **TaskrouterTaskqueues** | Pointer to **[]interface{}** | The list of TaskRouter TaskQueues. |
    16  **TaskrouterSkills** | Pointer to **[]interface{}** | The Skill description for TaskRouter workers. |
    17  **TaskrouterWorkerChannels** | Pointer to **interface{}** | The TaskRouter default channel capacities and availability for workers. |
    18  **TaskrouterWorkerAttributes** | Pointer to **interface{}** | The TaskRouter Worker attributes. |
    19  **TaskrouterOfflineActivitySid** | Pointer to **string** | The TaskRouter SID of the offline activity. |
    20  **RuntimeDomain** | Pointer to **string** | The URL where the Flex instance is hosted. |
    21  **MessagingServiceInstanceSid** | Pointer to **string** | The SID of the Messaging service instance. |
    22  **ChatServiceInstanceSid** | Pointer to **string** | The SID of the chat service this user belongs to. |
    23  **FlexServiceInstanceSid** | Pointer to **string** | The SID of the Flex service instance. |
    24  **FlexInstanceSid** | Pointer to **string** | The SID of the Flex instance. |
    25  **UiLanguage** | Pointer to **string** | The primary language of the Flex UI. |
    26  **UiAttributes** | Pointer to **interface{}** | The object that describes Flex UI characteristics and settings. |
    27  **UiDependencies** | Pointer to **interface{}** | The object that defines the NPM packages and versions to be used in Hosted Flex. |
    28  **UiVersion** | Pointer to **string** | The Pinned UI version. |
    29  **ServiceVersion** | Pointer to **string** | The Flex Service version. |
    30  **CallRecordingEnabled** | Pointer to **bool** | Whether call recording is enabled. |
    31  **CallRecordingWebhookUrl** | Pointer to **string** | The call recording webhook URL. |
    32  **CrmEnabled** | Pointer to **bool** | Whether CRM is present for Flex. |
    33  **CrmType** | Pointer to **string** | The CRM type. |
    34  **CrmCallbackUrl** | Pointer to **string** | The CRM Callback URL. |
    35  **CrmFallbackUrl** | Pointer to **string** | The CRM Fallback URL. |
    36  **CrmAttributes** | Pointer to **interface{}** | An object that contains the CRM attributes. |
    37  **PublicAttributes** | Pointer to **interface{}** | The list of public attributes, which are visible to unauthenticated clients. |
    38  **PluginServiceEnabled** | Pointer to **bool** | Whether the plugin service enabled. |
    39  **PluginServiceAttributes** | Pointer to **interface{}** | The plugin service attributes. |
    40  **Integrations** | Pointer to **[]interface{}** | A list of objects that contain the configurations for the Integrations supported in this configuration. |
    41  **OutboundCallFlows** | Pointer to **interface{}** | The list of outbound call flows. |
    42  **ServerlessServiceSids** | Pointer to **[]string** | The list of serverless service SIDs. |
    43  **QueueStatsConfiguration** | Pointer to **interface{}** | Configurable parameters for Queues Statistics. |
    44  **Notifications** | Pointer to **interface{}** | Configurable parameters for Notifications. |
    45  **Markdown** | Pointer to **interface{}** | Configurable parameters for Markdown. |
    46  **Url** | Pointer to **string** | The absolute URL of the Configuration resource. |
    47  **FlexInsightsHr** | Pointer to **interface{}** | Object with enabled/disabled flag with list of workspaces. |
    48  **FlexInsightsDrilldown** | Pointer to **bool** | Setting this to true will redirect Flex UI to the URL set in flex_url |
    49  **FlexUrl** | Pointer to **string** | URL to redirect to in case drilldown is enabled. |
    50  **ChannelConfigs** | Pointer to **[]interface{}** | Settings for different limits for Flex Conversations channels attachments. |
    51  **DebuggerIntegration** | Pointer to **interface{}** | Configurable parameters for Debugger Integration. |
    52  **FlexUiStatusReport** | Pointer to **interface{}** | Configurable parameters for Flex UI Status report. |
    53  **AgentConvEndMethods** | Pointer to **interface{}** | Agent conversation end methods. |
    54  **CitrixVoiceVdi** | Pointer to **interface{}** | Citrix voice vdi configuration and settings. |
    55  **OfflineConfig** | Pointer to **interface{}** | Presence and presence ttl configuration |
    56  
    57  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    58  
    59