Class GoogleCloudDialogflowV2beta1Conversation
Inheritance
GoogleCloudDialogflowV2beta1Conversation
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Conversation : IDirectResponseSchema
Properties
ConversationProfile
Declaration
[JsonProperty("conversationProfile")]
public virtual string ConversationProfile { get; set; }
Property Value
ConversationStage
Declaration
[JsonProperty("conversationStage")]
public virtual string ConversationStage { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
EndTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
EndTimeRaw
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { get; set; }
Property Value
IngestedContextReferences
Declaration
[JsonProperty("ingestedContextReferences")]
public virtual IDictionary<string, GoogleCloudDialogflowV2beta1ConversationContextReference> IngestedContextReferences { get; set; }
Property Value
LifecycleState
Declaration
[JsonProperty("lifecycleState")]
public virtual string LifecycleState { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
PhoneNumber
Declaration
[JsonProperty("phoneNumber")]
public virtual GoogleCloudDialogflowV2beta1ConversationPhoneNumber PhoneNumber { get; set; }
Property Value
StartTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
StartTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
StartTimeRaw
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
TelephonyConnectionInfo
Declaration
[JsonProperty("telephonyConnectionInfo")]
public virtual GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo TelephonyConnectionInfo { get; set; }
Property Value
Implements