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
Pub/Sub topic on which to publish new agent assistant events.
542
548
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
@@ -656,3 +662,23 @@ properties:
656
662
- SSML_VOICE_GENDER_MALE
657
663
- SSML_VOICE_GENDER_FEMALE
658
664
- SSML_VOICE_GENDER_NEUTRAL
665
+
- type: NestedObject
666
+
name: 'newRecognitionResultNotificationConfig'
667
+
description: |
668
+
Optional. Configuration for publishing transcription intermediate results. Event will be sent in format of ConversationEvent. If configured, the following information will be populated as ConversationEvent Pub/Sub message attributes: - "participant_id" - "participantRole" - "message_id"
669
+
properties:
670
+
- type: string
671
+
name: 'topic'
672
+
description: |
673
+
Name of the Pub/Sub topic to publish conversation events like CONVERSATION_STARTED as serialized ConversationEvent protos.
674
+
For telephony integration to receive notification, make sure either this topic is in the same project as the conversation or you grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Dialogflow Service Agent role in the topic project.
675
+
For chat integration to receive notification, make sure API caller has been granted the Dialogflow Service Agent role for the topic.
0 commit comments