github.com/twilio/twilio-go@v1.20.1/rest/proxy/v1/docs/ProxyV1Interaction.md (about) 1 # ProxyV1Interaction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Interaction resource. | 8 **SessionSid** | Pointer to **string** | The SID of the parent [Session](https://www.twilio.com/docs/proxy/api/session) resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the parent [Service](https://www.twilio.com/docs/proxy/api/service) resource. | 10 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Interaction resource. | 11 **Data** | Pointer to **string** | A JSON string that includes the message body of message interactions (e.g. `{\"body\": \"hello\"}`) or the call duration (when available) of a call (e.g. `{\"duration\": \"5\"}`). | 12 **Type** | Pointer to [**string**](InteractionEnumType.md) | | 13 **InboundParticipantSid** | Pointer to **string** | The SID of the inbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. | 14 **InboundResourceSid** | Pointer to **string** | The SID of the inbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). | 15 **InboundResourceStatus** | Pointer to [**string**](InteractionEnumResourceStatus.md) | | 16 **InboundResourceType** | Pointer to **string** | The inbound resource type. Can be [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). | 17 **InboundResourceUrl** | Pointer to **string** | The URL of the Twilio inbound resource | 18 **OutboundParticipantSid** | Pointer to **string** | The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant)). | 19 **OutboundResourceSid** | Pointer to **string** | The SID of the outbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). | 20 **OutboundResourceStatus** | Pointer to [**string**](InteractionEnumResourceStatus.md) | | 21 **OutboundResourceType** | Pointer to **string** | The outbound resource type. Can be: [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource). | 22 **OutboundResourceUrl** | Pointer to **string** | The URL of the Twilio outbound resource. | 23 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the Interaction was created. | 24 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time in GMT when the resource was last updated. | 25 **Url** | Pointer to **string** | The absolute URL of the Interaction resource. | 26 27 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 29