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

GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata

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

Metadata for a ConversationModels.UndeployConversationModel operation.

interface GoogleCloudDialogflowV2UndeployConversationModelOperationMetadata {
conversationModel?: string;
createTime?: Date;
}

§Properties

§
conversationModel?: string
[src]

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

§
createTime?: Date
[src]

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