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

GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata

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

Metadata for a ConversationProfile.ClearSuggestionFeatureConfig operation.

interface GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata {
conversationProfile?: string;
createTime?: Date;
participantRole?:
| "ROLE_UNSPECIFIED"
| "HUMAN_AGENT"
| "AUTOMATED_AGENT"
| "END_USER";
suggestionFeatureType?:
| "TYPE_UNSPECIFIED"
| "ARTICLE_SUGGESTION"
| "FAQ"
| "SMART_REPLY"
| "KNOWLEDGE_SEARCH";
}

§Properties

§
conversationProfile?: string
[src]

The resource name of the conversation profile. Format: projects//locations//conversationProfiles/

§
createTime?: Date
[src]

Timestamp whe the request was created. The time is measured on server side.

§
participantRole?: "ROLE_UNSPECIFIED" | "HUMAN_AGENT" | "AUTOMATED_AGENT" | "END_USER"
[src]

Required. The participant role to remove the suggestion feature config. Only HUMAN_AGENT or END_USER can be used.

§
suggestionFeatureType?: "TYPE_UNSPECIFIED" | "ARTICLE_SUGGESTION" | "FAQ" | "SMART_REPLY" | "KNOWLEDGE_SEARCH"
[src]

Required. The type of the suggestion feature to remove.