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

GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata

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

Metadata for a ConversationModels.CreateConversationModelEvaluation operation.

interface GoogleCloudDialogflowV2CreateConversationModelEvaluationOperationMetadata {
conversationModel?: string;
conversationModelEvaluation?: string;
createTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "INITIALIZING"
| "RUNNING"
| "CANCELLED"
| "SUCCEEDED"
| "FAILED";
}

§Properties

§
conversationModel?: string
[src]

The resource name of the conversation model. Format: projects//locations//conversationModels/

§
conversationModelEvaluation?: string
[src]

The resource name of the conversation model. Format: projects//locations//conversationModels//evaluations/

§
createTime?: Date
[src]

Timestamp when the request to create conversation model was submitted. The time is measured on server side.

§
state?: "STATE_UNSPECIFIED" | "INITIALIZING" | "RUNNING" | "CANCELLED" | "SUCCEEDED" | "FAILED"
[src]

State of CreateConversationModel operation.