@salesforce/agents
    Preparing search index...

    Type Alias TestCase

    type TestCase = {
        expectedActions: string[] | undefined;
        expectedOutcome: string | undefined;
        expectedTopic: string | undefined;
        utterance: string;
    }
    Index

    Properties

    expectedActions: string[] | undefined
    expectedOutcome: string | undefined
    expectedTopic: string | undefined
    utterance: string