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.
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.
For chat integration to receive notification, make sure API caller has been
granted the Dialogflow Service Agent role for the topic.
[[["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-04-09 UTC."],[[["This webpage details the `NotificationConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, defining notification behavior in the Dialogflow V2 API."],["The latest version available for the `NotificationConfig` documentation is 4.26.0, with the content having various versions listed down to version 3.2.0."],["`NotificationConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message manipulation."],["The class includes two constructors: a default constructor `NotificationConfig()` and a copy constructor `NotificationConfig(NotificationConfig other)` to create new instances."],["The `NotificationConfig` class has properties `MessageFormat` and `Topic`, which are used to define the format of messages and the Pub/Sub topic for publishing conversation events, respectively."]]],[]]