Integration App SDK - v1.14.0
    Preparing search index...

    Interface CopilotActionReference

    interface CopilotActionReference {
        id: string;
        snippet: string;
        quotes?: string[];
        file: { name: string; sourceUri?: string };
    }
    Index

    Properties

    Properties

    id: string
    snippet: string
    quotes?: string[]
    file: { name: string; sourceUri?: string }