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

     1  # FlexV1InteractionChannelInvite
     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 Invite resource. |
     8  **InteractionSid** | Pointer to **string** | The Interaction SID for this Channel. |
     9  **ChannelSid** | Pointer to **string** | The Channel SID for this Invite. |
    10  **Routing** | Pointer to **interface{}** | A JSON object representing the routing rules for the Interaction Channel. See [Outbound SMS Example](https://www.twilio.com/docs/flex/developer/conversations/interactions-api/interactions#agent-initiated-outbound-interactions) for an example Routing object. The Interactions resource uses TaskRouter for all routing functionality.   All attributes in the Routing object on your Interaction request body are added “as is” to the task. For a list of known attributes consumed by the Flex UI and/or Flex Insights, see [Known Task Attributes](https://www.twilio.com/docs/flex/developer/conversations/interactions-api#task-attributes). |
    11  **Url** | Pointer to **string** |  |
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15