Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo

Inheritance
object
GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo : IDirectResponseSchema

Properties

DialedNumber

Declaration
[JsonProperty("dialedNumber")]
public virtual string DialedNumber { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExtraMimeContents

Declaration
[JsonProperty("extraMimeContents")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent> ExtraMimeContents { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent>

Sdp

Declaration
[JsonProperty("sdp")]
public virtual string Sdp { get; set; }
Property Value
Type Description
string

SipHeaders

Declaration
[JsonProperty("sipHeaders")]
public virtual IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader> SipHeaders { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoSipHeader>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX