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

     1  # StudioV1ExecutionStepContext
     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 ExecutionStepContext resource. |
     8  **Context** | Pointer to **interface{}** | The current state of the Flow's Execution. As a flow executes, we save its state in this context. We save data that your widgets can access as variables in configuration fields or in text areas as variable substitution. |
     9  **ExecutionSid** | Pointer to **string** | The SID of the context's Execution resource. |
    10  **FlowSid** | Pointer to **string** | The SID of the Flow. |
    11  **StepSid** | Pointer to **string** | The SID of the Step that the context is associated with. |
    12  **Url** | Pointer to **string** | The absolute URL of the resource. |
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16