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 provided content is a documentation page for the `NotificationConfig` class within the Google Cloud Dialogflow V2 .NET library, specifically for version 3.5.0."],["The latest version of `NotificationConfig` is version 4.26.0, with the documentation providing links to versions all the way down to 3.2.0."],["`NotificationConfig` defines the notification behavior for conversation events in Dialogflow, detailing the message format and the Pub/Sub topic for publishing events."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` and inherits members from `Object`, and it is located within the `Google.Cloud.Dialogflow.V2` namespace."],["The available properties for `NotificationConfig` include `MessageFormat`, which specifies the format of the message and `Topic` which is a string that represents the name of the Pub/Sub topic that publishes conversation events."]]],[]]