Class GoogleCloudDialogflowV2beta1PhoneNumber
Inheritance
GoogleCloudDialogflowV2beta1PhoneNumber
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1PhoneNumber : IDirectResponseSchema
Properties
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
Implements