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

     1  # FlexV1InteractionChannel
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO. |
     8  **InteractionSid** | Pointer to **string** | The unique string created by Twilio to identify an Interaction resource, prefixed with KD. |
     9  **Type** | Pointer to [**string**](InteractionChannelEnumType.md) |  |
    10  **Status** | Pointer to [**string**](InteractionChannelEnumChannelStatus.md) |  |
    11  **ErrorCode** | Pointer to **int** | The Twilio error code for a failed channel. |
    12  **ErrorMessage** | Pointer to **string** | The error message for a failed channel. |
    13  **Url** | Pointer to **string** |  |
    14  **Links** | Pointer to **map[string]interface{}** |  |
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18