Class GoogleCloudDialogflowV2ConversationPhoneNumber
Inheritance
GoogleCloudDialogflowV2ConversationPhoneNumber
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationPhoneNumber : 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