Class GoogleCloudDialogflowV2ConversationProfile
Inheritance
GoogleCloudDialogflowV2ConversationProfile
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationProfile : IDirectResponseSchema
Properties
AutomatedAgentConfig
Declaration
[JsonProperty("automatedAgentConfig")]
public virtual GoogleCloudDialogflowV2AutomatedAgentConfig AutomatedAgentConfig { get; set; }
Property Value
CreateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
CreateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
CreateTimeRaw
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HumanAgentAssistantConfig
Declaration
[JsonProperty("humanAgentAssistantConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfig HumanAgentAssistantConfig { get; set; }
Property Value
HumanAgentHandoffConfig
Declaration
[JsonProperty("humanAgentHandoffConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentHandoffConfig HumanAgentHandoffConfig { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
LoggingConfig
Declaration
[JsonProperty("loggingConfig")]
public virtual GoogleCloudDialogflowV2LoggingConfig LoggingConfig { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NewMessageEventNotificationConfig
Declaration
[JsonProperty("newMessageEventNotificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NewMessageEventNotificationConfig { get; set; }
Property Value
NewRecognitionResultNotificationConfig
Declaration
[JsonProperty("newRecognitionResultNotificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NewRecognitionResultNotificationConfig { get; set; }
Property Value
NotificationConfig
Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NotificationConfig { get; set; }
Property Value
SecuritySettings
Declaration
[JsonProperty("securitySettings")]
public virtual string SecuritySettings { get; set; }
Property Value
SttConfig
Declaration
[JsonProperty("sttConfig")]
public virtual GoogleCloudDialogflowV2SpeechToTextConfig SttConfig { get; set; }
Property Value
TimeZone
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
TtsConfig
Declaration
[JsonProperty("ttsConfig")]
public virtual GoogleCloudDialogflowV2SynthesizeSpeechConfig TtsConfig { get; set; }
Property Value
UpdateTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
UpdateTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
UpdateTimeRaw
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Implements