GoogleCloudDialogflowV2SentimentAnalysisResult
import type { GoogleCloudDialogflowV2SentimentAnalysisResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2SentimentAnalysisResult {
queryTextSentiment?: GoogleCloudDialogflowV2Sentiment;
}§Properties
§
queryTextSentiment?: GoogleCloudDialogflowV2Sentiment
[src]