vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface BotMetadata

    interface BotMetadata {
        botMlDomain?: LocalMlDomain;
        botUser?: string;
        botVersions?: BotVersionMetadata[];
        contextVariables?: ConversationContextVariable[];
        conversationChannelProviders?: ConversationDefinitionChannelProvider[];
        defaultOutboundFlow?: string;
        description?: string;
        fullName?: string;
        label?: string;
        logPrivateConversationData?: boolean;
        richContentEnabled?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    botMlDomain?: LocalMlDomain
    botUser?: string
    botVersions?: BotVersionMetadata[]
    contextVariables?: ConversationContextVariable[]
    conversationChannelProviders?: ConversationDefinitionChannelProvider[]
    defaultOutboundFlow?: string
    description?: string
    fullName?: string
    label?: string
    logPrivateConversationData?: boolean
    richContentEnabled?: boolean