Skip to content

Commit 8f95a5f

Browse files
Google APIscopybara-github
authored andcommitted
feat: added cx_current_page field to AutomatedAgentReply
docs: clarified docs for Sentiment PiperOrigin-RevId: 490103678
1 parent b6b7514 commit 8f95a5f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

google/cloud/dialogflow/v2/participant.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

google/cloud/dialogflow/v2/session.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
693695
message Sentiment {
694696
// Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
695697
// sentiment).

0 commit comments

Comments
 (0)