GoogleCloudDialogflowV2ConversationModel
import type { GoogleCloudDialogflowV2ConversationModel } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2ConversationModel {
articleSuggestionModelMetadata?: GoogleCloudDialogflowV2ArticleSuggestionModelMetadata;
readonly createTime?: Date;
datasets?: GoogleCloudDialogflowV2InputDataset[];
displayName?: string;
languageCode?: string;
name?: string;
readonly satisfiesPzi?: boolean;
readonly satisfiesPzs?: boolean;
smartReplyModelMetadata?: GoogleCloudDialogflowV2SmartReplyModelMetadata;
readonly state?:
} | "STATE_UNSPECIFIED"
| "CREATING"
| "UNDEPLOYED"
| "DEPLOYING"
| "DEPLOYED"
| "UNDEPLOYING"
| "DELETING"
| "FAILED"
| "PENDING";
§Properties
§
articleSuggestionModelMetadata?: GoogleCloudDialogflowV2ArticleSuggestionModelMetadata
[src]§
datasets?: GoogleCloudDialogflowV2InputDataset[]
[src]§
smartReplyModelMetadata?: GoogleCloudDialogflowV2SmartReplyModelMetadata
[src]