Class GoogleCloudDialogflowV2beta1PhoneNumber
Inheritance
GoogleCloudDialogflowV2beta1PhoneNumber
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1PhoneNumber : IDirectResponseSchema
Properties
AllowedSipTrunks
Declaration
[JsonProperty("allowedSipTrunks")]
public virtual GoogleCloudDialogflowV2beta1PhoneNumberAllowedSipTrunks AllowedSipTrunks { get; set; }
Property Value
ConversationProfile
Declaration
[JsonProperty("conversationProfile")]
public virtual string ConversationProfile { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { 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 string PhoneNumber { get; set; }
Property Value
PurgeTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PurgeTimeDateTimeOffset instead.")]
public virtual object PurgeTime { get; set; }
Property Value
PurgeTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PurgeTimeDateTimeOffset { get; set; }
Property Value
PurgeTimeRaw
Declaration
[JsonProperty("purgeTime")]
public virtual string PurgeTimeRaw { get; set; }
Property Value
Implements