File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -836,6 +836,11 @@ message AutomatedAgentReply {
836836 // later reply message arrives. e.g. if the agent specified some music as
837837 // partial response, it can be cancelled.
838838 bool allow_cancellation = 8 ;
839+
840+ // The unique identifier of the current Dialogflow CX conversation page.
841+ // Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
842+ // ID>/flows/<Flow ID>/pages/<Page ID>`.
843+ string cx_current_page = 11 ;
839844}
840845
841846// Represents article answer.
Original file line number Diff line number Diff line change @@ -689,7 +689,9 @@ message SentimentAnalysisResult {
689689}
690690
691691// The sentiment, such as positive/negative feeling or association, for a unit
692- // of analysis, such as the query text.
692+ // of analysis, such as the query text. See:
693+ // https://cloud.google.com/natural-language/docs/basics#interpreting_sentiment_analysis_values
694+ // for how to interpret the result.
693695message Sentiment {
694696 // Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
695697 // sentiment).
You can’t perform that action at this time.
0 commit comments