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

GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer

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

A GeneratorSuggestion answer.

interface GoogleCloudDialogflowV2GenerateSuggestionsResponseGeneratorSuggestionAnswer {
answerRecord?: string;
sourceGenerator?: string;
}

§Properties

§
answerRecord?: string
[src]

Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.

§

Suggestion details.

§
sourceGenerator?: string
[src]

The name of the generator used to generate this suggestion. Format: projects//locations//generators/.