public sealed class NotificationConfig : IMessage<NotificationConfig>, IEquatable<NotificationConfig>, IDeepCloneable<NotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class NotificationConfig.
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 provides reference documentation for the `NotificationConfig` class within the Google Cloud Dialogflow v2 API for .NET, with the current version being 4.17.0."],["The `NotificationConfig` class defines how notification behavior is handled, extending from the `object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NotificationConfig` class includes constructors for creating new instances and properties like `MessageFormat` and `Topic` for configuring message formats and specifying Pub/Sub topics for conversation event notifications."],["A comprehensive list of previous versions is provided, with the latest being 4.26.0 and older versions going back to 3.2.0, allowing users to navigate documentation for various releases."],["The `NotificationConfig` class also includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object class."]]],[]]