Class GoogleCloudDialogflowV2beta1ConversationPhoneNumber
Inheritance
GoogleCloudDialogflowV2beta1ConversationPhoneNumber
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ConversationPhoneNumber : IDirectResponseSchema
Properties
CountryCode
Declaration
[JsonProperty("countryCode")]
public virtual int? CountryCode { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PhoneNumber
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Implements