You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/dialogflow_v2.projects.conversations.html
+70
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,20 @@ <h3>Method Details</h3>
137
137
"conversationProfile": "A String", # Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: `projects//locations//conversationProfiles/`.
138
138
"conversationStage": "A String", # Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.
139
139
"endTime": "A String", # Output only. The time the conversation was finished.
140
+
"ingestedContextReferences": { # Output only. The context reference updates provided by external systems.
141
+
"a_key": { # Represents a section of ingested context information.
142
+
"contextContents": [ # Required. The list of content updates for a context reference.
143
+
{ # Contents ingested.
144
+
"content": "A String", # Required. The information ingested in a single request.
145
+
"contentFormat": "A String", # Required. The format of the ingested string.
146
+
"ingestionTime": "A String", # Output only. The time when this information was incorporated into the relevant context reference.
147
+
},
148
+
],
149
+
"createTime": "A String", # Output only. The time the context reference was first created.
150
+
"languageCode": "A String", # Optional. The language of the information ingested, defaults to "en-US" if not set.
151
+
"updateMode": "A String", # Required. The mode in which context reference contents are updated.
152
+
},
153
+
},
140
154
"lifecycleState": "A String", # Output only. The current state of the Conversation.
141
155
"name": "A String", # Output only. Identifier. The unique identifier of this conversation. Format: `projects//locations//conversations/`.
142
156
"phoneNumber": { # Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony. # Output only. It will not be empty if the conversation is to be connected over telephony.
@@ -176,6 +190,20 @@ <h3>Method Details</h3>
176
190
"conversationProfile": "A String", # Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: `projects//locations//conversationProfiles/`.
177
191
"conversationStage": "A String", # Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.
178
192
"endTime": "A String", # Output only. The time the conversation was finished.
193
+
"ingestedContextReferences": { # Output only. The context reference updates provided by external systems.
194
+
"a_key": { # Represents a section of ingested context information.
195
+
"contextContents": [ # Required. The list of content updates for a context reference.
196
+
{ # Contents ingested.
197
+
"content": "A String", # Required. The information ingested in a single request.
198
+
"contentFormat": "A String", # Required. The format of the ingested string.
199
+
"ingestionTime": "A String", # Output only. The time when this information was incorporated into the relevant context reference.
200
+
},
201
+
],
202
+
"createTime": "A String", # Output only. The time the context reference was first created.
203
+
"languageCode": "A String", # Optional. The language of the information ingested, defaults to "en-US" if not set.
204
+
"updateMode": "A String", # Required. The mode in which context reference contents are updated.
205
+
},
206
+
},
179
207
"lifecycleState": "A String", # Output only. The current state of the Conversation.
180
208
"name": "A String", # Output only. Identifier. The unique identifier of this conversation. Format: `projects//locations//conversations/`.
181
209
"phoneNumber": { # Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony. # Output only. It will not be empty if the conversation is to be connected over telephony.
@@ -214,6 +242,20 @@ <h3>Method Details</h3>
214
242
"conversationProfile": "A String", # Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: `projects//locations//conversationProfiles/`.
215
243
"conversationStage": "A String", # Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.
216
244
"endTime": "A String", # Output only. The time the conversation was finished.
245
+
"ingestedContextReferences": { # Output only. The context reference updates provided by external systems.
246
+
"a_key": { # Represents a section of ingested context information.
247
+
"contextContents": [ # Required. The list of content updates for a context reference.
248
+
{ # Contents ingested.
249
+
"content": "A String", # Required. The information ingested in a single request.
250
+
"contentFormat": "A String", # Required. The format of the ingested string.
251
+
"ingestionTime": "A String", # Output only. The time when this information was incorporated into the relevant context reference.
252
+
},
253
+
],
254
+
"createTime": "A String", # Output only. The time the context reference was first created.
255
+
"languageCode": "A String", # Optional. The language of the information ingested, defaults to "en-US" if not set.
256
+
"updateMode": "A String", # Required. The mode in which context reference contents are updated.
257
+
},
258
+
},
217
259
"lifecycleState": "A String", # Output only. The current state of the Conversation.
218
260
"name": "A String", # Output only. Identifier. The unique identifier of this conversation. Format: `projects//locations//conversations/`.
219
261
"phoneNumber": { # Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony. # Output only. It will not be empty if the conversation is to be connected over telephony.
@@ -258,6 +300,20 @@ <h3>Method Details</h3>
258
300
"conversationProfile": "A String", # Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: `projects//locations//conversationProfiles/`.
259
301
"conversationStage": "A String", # Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.
260
302
"endTime": "A String", # Output only. The time the conversation was finished.
303
+
"ingestedContextReferences": { # Output only. The context reference updates provided by external systems.
304
+
"a_key": { # Represents a section of ingested context information.
305
+
"contextContents": [ # Required. The list of content updates for a context reference.
306
+
{ # Contents ingested.
307
+
"content": "A String", # Required. The information ingested in a single request.
308
+
"contentFormat": "A String", # Required. The format of the ingested string.
309
+
"ingestionTime": "A String", # Output only. The time when this information was incorporated into the relevant context reference.
310
+
},
311
+
],
312
+
"createTime": "A String", # Output only. The time the context reference was first created.
313
+
"languageCode": "A String", # Optional. The language of the information ingested, defaults to "en-US" if not set.
314
+
"updateMode": "A String", # Required. The mode in which context reference contents are updated.
315
+
},
316
+
},
261
317
"lifecycleState": "A String", # Output only. The current state of the Conversation.
262
318
"name": "A String", # Output only. Identifier. The unique identifier of this conversation. Format: `projects//locations//conversations/`.
263
319
"phoneNumber": { # Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony. # Output only. It will not be empty if the conversation is to be connected over telephony.
@@ -307,6 +363,20 @@ <h3>Method Details</h3>
307
363
"conversationProfile": "A String", # Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: `projects//locations//conversationProfiles/`.
308
364
"conversationStage": "A String", # Optional. The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.
309
365
"endTime": "A String", # Output only. The time the conversation was finished.
366
+
"ingestedContextReferences": { # Output only. The context reference updates provided by external systems.
367
+
"a_key": { # Represents a section of ingested context information.
368
+
"contextContents": [ # Required. The list of content updates for a context reference.
369
+
{ # Contents ingested.
370
+
"content": "A String", # Required. The information ingested in a single request.
371
+
"contentFormat": "A String", # Required. The format of the ingested string.
372
+
"ingestionTime": "A String", # Output only. The time when this information was incorporated into the relevant context reference.
373
+
},
374
+
],
375
+
"createTime": "A String", # Output only. The time the context reference was first created.
376
+
"languageCode": "A String", # Optional. The language of the information ingested, defaults to "en-US" if not set.
377
+
"updateMode": "A String", # Required. The mode in which context reference contents are updated.
378
+
},
379
+
},
310
380
"lifecycleState": "A String", # Output only. The current state of the Conversation.
311
381
"name": "A String", # Output only. Identifier. The unique identifier of this conversation. Format: `projects//locations//conversations/`.
312
382
"phoneNumber": { # Represents a phone number for telephony integration. It allows for connecting a particular conversation over telephony. # Output only. It will not be empty if the conversation is to be connected over telephony.
Copy file name to clipboardexpand all lines: docs/dyn/dialogflow_v2.projects.conversations.participants.html
+44
Original file line number
Diff line number
Diff line change
@@ -735,6 +735,28 @@ <h3>Method Details</h3>
735
735
],
736
736
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
737
737
},
738
+
"generateSuggestionsResponse": { # The response message for Conversations.GenerateSuggestions. # Suggestions generated using generators triggered by customer or agent messages.
739
+
"generatorSuggestionAnswers": [ # The answers generated for the conversation based on context.
740
+
{ # A GeneratorSuggestion answer.
741
+
"answerRecord": "A String", # Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
742
+
"generatorSuggestion": { # Suggestion generated using a Generator. # Suggestion details.
743
+
"freeFormSuggestion": { # Suggestion generated using free form generator. # Optional. Free form suggestion.
744
+
"response": "A String", # Required. Free form suggestion.
745
+
},
746
+
"summarySuggestion": { # Suggested summary of the conversation. # Optional. Suggested summary.
747
+
"summarySections": [ # Required. All the parts of generated summary.
748
+
{ # A component of the generated summary.
749
+
"section": "A String", # Required. Name of the section.
750
+
"summary": "A String", # Required. Summary text for the section.
751
+
},
752
+
],
753
+
},
754
+
},
755
+
"sourceGenerator": "A String", # The name of the generator used to generate this suggestion. Format: `projects//locations//generators/`.
756
+
},
757
+
],
758
+
"latestMessage": "A String", # The name of the latest conversation message used as context for compiling suggestion. Format: `projects//locations//conversations//messages/`.
759
+
},
738
760
"suggestArticlesResponse": { # The response message for Participants.SuggestArticles. # SuggestArticlesResponse if request is for ARTICLE_SUGGESTION.
739
761
"articleAnswers": [ # Articles ordered by score in descending order.
740
762
{ # Represents article answer.
@@ -821,6 +843,28 @@ <h3>Method Details</h3>
821
843
],
822
844
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
823
845
},
846
+
"generateSuggestionsResponse": { # The response message for Conversations.GenerateSuggestions. # Suggestions generated using generators triggered by customer or agent messages.
847
+
"generatorSuggestionAnswers": [ # The answers generated for the conversation based on context.
848
+
{ # A GeneratorSuggestion answer.
849
+
"answerRecord": "A String", # Answer record that uniquely identifies the suggestion. This can be used to provide suggestion feedback.
850
+
"generatorSuggestion": { # Suggestion generated using a Generator. # Suggestion details.
851
+
"freeFormSuggestion": { # Suggestion generated using free form generator. # Optional. Free form suggestion.
852
+
"response": "A String", # Required. Free form suggestion.
853
+
},
854
+
"summarySuggestion": { # Suggested summary of the conversation. # Optional. Suggested summary.
855
+
"summarySections": [ # Required. All the parts of generated summary.
856
+
{ # A component of the generated summary.
857
+
"section": "A String", # Required. Name of the section.
858
+
"summary": "A String", # Required. Summary text for the section.
859
+
},
860
+
],
861
+
},
862
+
},
863
+
"sourceGenerator": "A String", # The name of the generator used to generate this suggestion. Format: `projects//locations//generators/`.
864
+
},
865
+
],
866
+
"latestMessage": "A String", # The name of the latest conversation message used as context for compiling suggestion. Format: `projects//locations//conversations//messages/`.
867
+
},
824
868
"suggestArticlesResponse": { # The response message for Participants.SuggestArticles. # SuggestArticlesResponse if request is for ARTICLE_SUGGESTION.
825
869
"articleAnswers": [ # Articles ordered by score in descending order.
0 commit comments