Skip to content

Commit 813e2fa

Browse files
Google APIscopybara-github
authored andcommitted
feat: added cx_current_page field to AutomatedAgentReply
docs: clarified docs for Sentiment PiperOrigin-RevId: 489494136
1 parent 766deed commit 813e2fa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

google/cloud/dialogflow/v2beta1/participant.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,11 @@ message AutomatedAgentReply {
494494
// later reply message arrives. e.g. if the agent specified some music as
495495
// partial response, it can be cancelled.
496496
bool allow_cancellation = 8;
497+
498+
// The unique identifier of the current Dialogflow CX conversation page.
499+
// Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
500+
// ID>/flows/<Flow ID>/pages/<Page ID>`.
501+
string cx_current_page = 11;
497502
}
498503

499504
// The type of Human Agent Assistant API suggestion to perform, and the maximum

google/cloud/dialogflow/v2beta1/session.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,9 @@ message SentimentAnalysisResult {
827827
}
828828

829829
// The sentiment, such as positive/negative feeling or association, for a unit
830-
// of analysis, such as the query text.
830+
// of analysis, such as the query text. See:
831+
// https://cloud.google.com/natural-language/docs/basics#interpreting_sentiment_analysis_values
832+
// for how to interpret the result.
831833
message Sentiment {
832834
// Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
833835
// sentiment).

0 commit comments

Comments
 (0)