Google Cloud Dialogflow v2beta1 API - Class Conversation.Types.TelephonyConnectionInfo.Types.SipHeader (1.0.0-beta22)

public sealed class Conversation.Types.TelephonyConnectionInfo.Types.SipHeader : IMessage<Conversation.Types.TelephonyConnectionInfo.Types.SipHeader>, IEquatable<Conversation.Types.TelephonyConnectionInfo.Types.SipHeader>, IDeepCloneable<Conversation.Types.TelephonyConnectionInfo.Types.SipHeader>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Conversation.Types.TelephonyConnectionInfo.Types.SipHeader.

The SIP headers from the initial SIP INVITE.

Inheritance

object > Conversation.Types.TelephonyConnectionInfo.Types.SipHeader

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

SipHeader()

public SipHeader()

SipHeader(SipHeader)

public SipHeader(Conversation.Types.TelephonyConnectionInfo.Types.SipHeader other)
Parameter
Name Description
other ConversationTypesTelephonyConnectionInfoTypesSipHeader

Properties

Name

public string Name { get; set; }

Optional. The name of the header.

Property Value
Type Description
string

Value

public string Value { get; set; }

Optional. The value of the header.

Property Value
Type Description
string