Class InteractionCallbackResponseResource
public class InteractionCallbackResponseResource : IJsonModel<JsonInteractionCallbackResponseResource>
- Inheritance
-
InteractionCallbackResponseResource
- Implements
- Inherited Members
Constructors
InteractionCallbackResponseResource(JsonInteractionCallbackResponseResource, RestClient)
public InteractionCallbackResponseResource(JsonInteractionCallbackResponseResource jsonModel, RestClient client)
Parameters
jsonModel
JsonInteractionCallbackResponseResourceclient
RestClient
Properties
ActivityInstance
public ActivityInstance? ActivityInstance { get; }
Property Value
Message
public RestMessage? Message { get; }
Property Value
Type
public InteractionCallbackType Type { get; }