dialogflow-cx-messenger-ts
    Preparing search index...

    Interface IOption

    interface IOption {
        anchor?: Anchor;
        image?: Image;
        mode?: string;
        text?: string;
    }

    Implemented by

    Index

    Properties

    anchor?: Anchor
    image?: Image
    mode?: string
    text?: string