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

     1  # ProxyV1MessageInteraction
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the MessageInteraction 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 MessageInteraction resource. |
    11  **Data** | Pointer to **string** | A JSON string that includes the message body sent to the participant. (e.g. `{\"body\": \"hello\"}`) |
    12  **Type** | Pointer to [**string**](MessageInteractionEnumType.md) |  |
    13  **ParticipantSid** | Pointer to **string** | The SID of the [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. |
    14  **InboundParticipantSid** | Pointer to **string** | Always empty for created Message Interactions. |
    15  **InboundResourceSid** | Pointer to **string** | Always empty for created Message Interactions. |
    16  **InboundResourceStatus** | Pointer to [**string**](MessageInteractionEnumResourceStatus.md) |  |
    17  **InboundResourceType** | Pointer to **string** | Always empty for created Message Interactions. |
    18  **InboundResourceUrl** | Pointer to **string** | Always empty for created Message Interactions. |
    19  **OutboundParticipantSid** | Pointer to **string** | The SID of the outbound [Participant](https://www.twilio.com/docs/proxy/api/participant) resource. |
    20  **OutboundResourceSid** | Pointer to **string** | The SID of the outbound [Message](https://www.twilio.com/docs/sms/api/message-resource) resource. |
    21  **OutboundResourceStatus** | Pointer to [**string**](MessageInteractionEnumResourceStatus.md) |  |
    22  **OutboundResourceType** | Pointer to **string** | The outbound resource type. This value is always `Message`. |
    23  **OutboundResourceUrl** | Pointer to **string** | The URL of the Twilio message resource. |
    24  **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 resource was created. |
    25  **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. |
    26  **Url** | Pointer to **string** | The absolute URL of the MessageInteraction resource. |
    27  
    28  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    29  
    30