Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a generic Entity.

    interface AIEntity {
        "@context": "https://schema.org";
        "@id": "";
        "@type": "Message";
        additionalType: ["AIGeneratedContent"];
        citation?: ClientCitation[];
        type: "https://schema.org/Message";
        usageInfo?: SensitivityUsageInfo;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Additional properties of the entity.

    Index

    Properties

    "@context": "https://schema.org"

    Required as 'https://schema.org

    "@id": ""

    Must be left blank. This is for Bot Framework schema.

    "@type": "Message"

    Required as 'Message

    additionalType: ["AIGeneratedContent"]

    Indicate that the content was generated by AI.

    citation?: ClientCitation[]

    Optional; if citations object is included, the sent activity will include the citations, referenced in the activity text.

    type: "https://schema.org/Message"

    Optional; if usage_info object is included, the sent activity will include the sensitivity usage information.