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

GoogleCloudDialogflowV2SmartReplyModelMetadata

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

Metadata for smart reply models.

interface GoogleCloudDialogflowV2SmartReplyModelMetadata {
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 smart reply model. If not provided, model_type is used.