Class InteractionCallbackResponse
public class InteractionCallbackResponse : IJsonModel<JsonInteractionCallbackResponse>
- Inheritance
-
InteractionCallbackResponse
- Implements
- Inherited Members
Constructors
InteractionCallbackResponse(JsonInteractionCallbackResponse, RestClient)
public InteractionCallbackResponse(JsonInteractionCallbackResponse jsonModel, RestClient client)
Parameters
jsonModel
JsonInteractionCallbackResponseclient
RestClient
Properties
Interaction
public InteractionCallbackResponseInteraction Interaction { get; }
Property Value
Resource
public InteractionCallbackResponseResource Resource { get; }