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

GoogleCloudDialogflowV2DeployConversationModelOperationMetadata

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

Metadata for a ConversationModels.DeployConversationModel operation.

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

§Properties

§
conversationModel?: string
[src]

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

§
createTime?: Date
[src]

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