Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::SipHeader.
The SIP headers from the initial SIP INVITE.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Optional. The name of the header.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the header.
Returns
- (::String) — Optional. The name of the header.
#value
def value() -> ::String
Returns
- (::String) — Optional. The value of the header.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Optional. The value of the header.
Returns
- (::String) — Optional. The value of the header.