public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Name of the Pub/Sub topic to publish conversation
events like
[CONVERSATION_STARTED][google.cloud.dialogflow.v2.ConversationEvent.Type.CONVERSATION_STARTED] as
serialized [ConversationEvent][google.cloud.dialogflow.v2.ConversationEvent] protos.
Notification works for phone calls, if this topic either 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNotificationConfig\u003c/code\u003e class defines the notification settings for Dialogflow V2, specifying how conversation events are published.\u003c/p\u003e\n"],["\u003cp\u003eVersion 4.26.0 is the latest available version for the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2.NotificationConfig\u003c/code\u003e and there are a range of versions provided, spanning from 4.26.0 down to 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNotificationConfig\u003c/code\u003e inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties \u003ccode\u003eMessageFormat\u003c/code\u003e, dictating the format of the message, and \u003ccode\u003eTopic\u003c/code\u003e, indicating the Pub/Sub topic where conversation events are published.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eNotificationConfig(NotificationConfig other)\u003c/code\u003e allows creating a new \u003ccode\u003eNotificationConfig\u003c/code\u003e instance based on an existing one.\u003c/p\u003e\n"]]],[],null,[]]