Class GoogleCloudDialogflowV2NotificationConfig
Inheritance
GoogleCloudDialogflowV2NotificationConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2NotificationConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("messageFormat")]
public virtual string MessageFormat { get; set; }
Property Value
Topic
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Implements