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.
Implements
IMessageConversationTypesTelephonyConnectionInfoTypesSipHeader, IEquatableConversationTypesTelephonyConnectionInfoTypesSipHeader, IDeepCloneableConversationTypesTelephonyConnectionInfoTypesSipHeader, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |