Show / Hide Table of Contents

Class Conversation

Inheritance
System.Object
ConversationBase
Conversation
Inherited Members
ConversationBase.Id
ConversationBase.AppId
ConversationBase.AppState
ConversationBase.Links
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 class Conversation : ConversationBase

Constructors

Conversation()

Declaration
public Conversation()

Properties

AdditionalData

Declaration
public IDictionary<string, JToken> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, Newtonsoft.Json.Linq.JToken>

CallState

Declaration
public CallState CallState { get; set; }
Property Value
Type Description
CallState

IsMultiparty

Declaration
public bool IsMultiparty { get; set; }
Property Value
Type Description
System.Boolean

JoinToken

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

Participants

Declaration
public IEnumerable<Participant> Participants { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Participant>

PresentedModalityTypes

Declaration
public IEnumerable<ModalityType> PresentedModalityTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ModalityType>

Subject

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

ThreadId

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

ThreadMessageId

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

Methods

Validate()

Declaration
public override void Validate()
Overrides
ConversationBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX