Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFormationImmutable<Data>

A formation that represents a section of conversation. Can be processed to move to the next formation to continue the conversation

Type parameters

  • Data

Hierarchy

Index

Properties

Properties

discourse

discourse: IDiscourseImmutable<Data>

Immutable discourse data

id

id: string | IGuidImmutable

An immutable globally unique formation identification value

link

Immutable link information

Optional meta

meta: IMetaImmutable

The meta can be used to provide additional generic information about the formation. This is commonly used for processing information and not for semantic tagging; tags should be used for that. Meta can be used to link a formation to the creation system for example.

Optional tags

tags: ReadonlyArray<string>

Content tags that this formation is related to. These are commonly used as content labels for the formation such cats to denote the formation is related to information about cats.