Share via


ConversationBase Class

Definition

This base class defines a subset of properties which define a conversation. Conversation class derives from this and adds more properties - they are passed in OnIncomingCall ConversationResultBase class derives from this and adds more properties - they are passed in POST to callback Url to list operation outcomes

public abstract class ConversationBase
type ConversationBase = class
Public MustInherit Class ConversationBase
Inheritance
ConversationBase
Derived

Constructors

ConversationBase()

Properties

AppId

AppId of the customer ( if any )

AppState

Opaque string to facilitate app developers to pass their custom data in this field. This field is the same value that was passed 'response' by the customer.

Id

Conversation Id

Links

Any links we want to surface to the customer for them to invoke us back on.

Methods

Validate()

Applies to