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

GoogleCloudDialogflowV2beta1SuggestionResult

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

One response of different type of suggestion response which is used in the response of Participants.AnalyzeContent and Participants.AnalyzeContent, as well as HumanAgentAssistantEvent.

interface GoogleCloudDialogflowV2beta1SuggestionResult {}

§Properties

§

Error status if the request failed.

§

SuggestArticlesResponse if request is for ARTICLE_SUGGESTION.

§

SuggestDialogflowAssistsResponse if request is for DIALOGFLOW_ASSIST.

§

SuggestDialogflowAssistsResponse if request is for ENTITY_EXTRACTION.

§

SuggestFaqAnswersResponse if request is for FAQ_ANSWER.

§

SuggestSmartRepliesResponse if request is for SMART_REPLY.