File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
831833message Sentiment {
832834 // Sentiment score between -1.0 (negative sentiment) and 1.0 (positive
833835 // sentiment).
You can’t perform that action at this time.
0 commit comments