Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1ConversationProfile

Inheritance
object
GoogleCloudDialogflowV2beta1ConversationProfile
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationProfile : IDirectResponseSchema

Properties

AutomatedAgentConfig

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

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 GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig HumanAgentAssistantConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig

HumanAgentHandoffConfig

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

LanguageCode

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

LoggingConfig

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

Name

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

NewMessageEventNotificationConfig

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

NewRecognitionResultNotificationConfig

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

NotificationConfig

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

SecuritySettings

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

SttConfig

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

TimeZone

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

TtsConfig

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

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