Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDialogflowV2ArticleSuggestionModelMetadata

import type { GoogleCloudDialogflowV2ArticleSuggestionModelMetadata } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Metadata for article suggestion models.

interface GoogleCloudDialogflowV2ArticleSuggestionModelMetadata {
trainingModelType?: "MODEL_TYPE_UNSPECIFIED" | "SMART_REPLY_DUAL_ENCODER_MODEL" | "SMART_REPLY_BERT_MODEL";
}

§Properties

§
trainingModelType?: "MODEL_TYPE_UNSPECIFIED" | "SMART_REPLY_DUAL_ENCODER_MODEL" | "SMART_REPLY_BERT_MODEL"
[src]

Optional. Type of the article suggestion model. If not provided, model_type is used.