All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.v2.SentimentOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/dialogflow/v2/session.proto

package com.google.cloud.dialogflow.v2;

public interface SentimentOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.Sentiment)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
   * sentiment).
   * 
* * float score = 1; */ float getScore(); /** * * *
   * A non-negative number in the [0, +inf) range, which represents the absolute
   * magnitude of sentiment, regardless of score (positive or negative).
   * 
* * float magnitude = 2; */ float getMagnitude(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy