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

GoogleCloudDialogflowV2CreateConversationModelOperationMetadata

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

Metadata for a ConversationModels.CreateConversationModel operation.

interface GoogleCloudDialogflowV2CreateConversationModelOperationMetadata {
conversationModel?: string;
createTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "SUCCEEDED"
| "FAILED"
| "CANCELLED"
| "CANCELLING"
| "TRAINING";
}

§Properties

§
conversationModel?: string
[src]

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

§
createTime?: Date
[src]

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

§
state?: "STATE_UNSPECIFIED" | "PENDING" | "SUCCEEDED" | "FAILED" | "CANCELLED" | "CANCELLING" | "TRAINING"
[src]

State of CreateConversationModel operation.