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

     1  # StudioV1EngagementContext
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the Account. |
     8  **Context** | Pointer to **interface{}** | As your flow executes, we save the state in what's called the Flow Context. Any data in the flow context can be accessed by your widgets as variables, either in configuration fields or in text areas as variable substitution. |
     9  **EngagementSid** | Pointer to **string** | The SID of the Engagement. |
    10  **FlowSid** | Pointer to **string** | The SID of the Flow. |
    11  **Url** | Pointer to **string** | The URL of the resource. |
    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