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

     1  # FlexV1FlexFlow
     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 Flex Flow resource and owns this Workflow. |
     8  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the 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 resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    10  **Sid** | Pointer to **string** | The unique string that we created to identify the Flex Flow resource. |
    11  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    12  **ChatServiceSid** | Pointer to **string** | The SID of the chat service. |
    13  **ChannelType** | Pointer to [**string**](FlexFlowEnumChannelType.md) |  |
    14  **ContactIdentity** | Pointer to **string** | The channel contact's Identity. |
    15  **Enabled** | Pointer to **bool** | Whether the Flex Flow is enabled. |
    16  **IntegrationType** | Pointer to [**string**](FlexFlowEnumIntegrationType.md) |  |
    17  **Integration** | Pointer to **interface{}** | An object that contains specific parameters for the integration. |
    18  **LongLived** | Pointer to **bool** | When enabled, Flex will keep the chat channel active so that it may be used for subsequent interactions with a contact identity. Defaults to `false`. |
    19  **JanitorEnabled** | Pointer to **bool** | When enabled, the Messaging Channel Janitor will remove active Proxy sessions if the associated Task is deleted outside of the Flex UI. Defaults to `false`. |
    20  **Url** | Pointer to **string** | The absolute URL of the Flex Flow resource. |
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24