Inheritance
GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Implements