SentimentAnalysisAction type

Opções para uma ação de análise de sentimento.

type SentimentAnalysisAction = ActionPrebuilt & {
  includeOpinionMining?: boolean
  stringIndexType?: StringIndexType
}