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

SentimentAnalysisSettings

import type { SentimentAnalysisSettings } from "https://aws-api.deno.dev/v0.4/services/lexmodelsv2.ts?docs=full";

Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.

interface SentimentAnalysisSettings {
detectSentiment: boolean;
}

§Properties

§
detectSentiment: boolean
[src]

Sets whether Amazon Lex uses Amazon Comprehend to detect the sentiment of user utterances.