Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ConversationProfile

Inheritance
object
GoogleCloudDialogflowV2ConversationProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationProfile : IDirectResponseSchema

Properties

AutomatedAgentConfig

Declaration
[JsonProperty("automatedAgentConfig")]
public virtual GoogleCloudDialogflowV2AutomatedAgentConfig AutomatedAgentConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AutomatedAgentConfig

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HumanAgentAssistantConfig

Declaration
[JsonProperty("humanAgentAssistantConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentAssistantConfig HumanAgentAssistantConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentAssistantConfig

HumanAgentHandoffConfig

Declaration
[JsonProperty("humanAgentHandoffConfig")]
public virtual GoogleCloudDialogflowV2HumanAgentHandoffConfig HumanAgentHandoffConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2HumanAgentHandoffConfig

LanguageCode

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

LoggingConfig

Declaration
[JsonProperty("loggingConfig")]
public virtual GoogleCloudDialogflowV2LoggingConfig LoggingConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2LoggingConfig

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NewMessageEventNotificationConfig

Declaration
[JsonProperty("newMessageEventNotificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NewMessageEventNotificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2NotificationConfig

NewRecognitionResultNotificationConfig

Declaration
[JsonProperty("newRecognitionResultNotificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NewRecognitionResultNotificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2NotificationConfig

NotificationConfig

Declaration
[JsonProperty("notificationConfig")]
public virtual GoogleCloudDialogflowV2NotificationConfig NotificationConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2NotificationConfig

SecuritySettings

Declaration
[JsonProperty("securitySettings")]
public virtual string SecuritySettings { get; set; }
Property Value
Type Description
string

SttConfig

Declaration
[JsonProperty("sttConfig")]
public virtual GoogleCloudDialogflowV2SpeechToTextConfig SttConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SpeechToTextConfig

TimeZone

Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
Type Description
string

TtsConfig

Declaration
[JsonProperty("ttsConfig")]
public virtual GoogleCloudDialogflowV2SynthesizeSpeechConfig TtsConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SynthesizeSpeechConfig

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX