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."],[[["This webpage details the `NotificationConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, version 3.2.0 of the Dialogflow .NET library."],["The `NotificationConfig` class, which implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, defines the configuration for notification behavior."],["The latest version of this resource is 4.26.0, while this specific page covers version 3.2.0, and there are numerous versions in between available."],["The `NotificationConfig` class has two constructors and two main properties: `MessageFormat`, which specifies the format of messages, and `Topic`, which identifies the Pub/Sub topic for conversation events."],["There are multiple versions of this resource available dating back to version 3.2.0 with 4.26.0 being the latest, with version 4.0.0 being a notable point of change."]]],[]]