Show / Hide Table of Contents

Class ConversationBase

Inheritance
System.Object
ConversationBase
Conversation
ConversationResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public abstract class ConversationBase

Constructors

ConversationBase()

Declaration
protected ConversationBase()

Properties

AppId

Declaration
public string AppId { get; set; }
Property Value
Type Description
System.String

AppState

Declaration
public string AppState { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Links

Declaration
public Dictionary<string, Uri> Links { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Uri>

Methods

Validate()

Declaration
public virtual void Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX