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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `NotificationConfig` class defines the notification settings for Dialogflow V2, specifying how conversation events are published."],["Version 4.26.0 is the latest available version for the `Google.Cloud.Dialogflow.V2.NotificationConfig` and there are a range of versions provided, spanning from 4.26.0 down to 3.2.0."],["`NotificationConfig` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has properties `MessageFormat`, dictating the format of the message, and `Topic`, indicating the Pub/Sub topic where conversation events are published."],["The constructor `NotificationConfig(NotificationConfig other)` allows creating a new `NotificationConfig` instance based on an existing one."]]],[]]