Class: Google::Cloud::Dialogflow::V2::Conversation::TelephonyConnectionInfo::SipHeader

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

The SIP headers from the initial SIP INVITE.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Optional. The name of the header.

Returns:

  • (::String)

    Optional. The name of the header.



106
107
108
109
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 106

class SipHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns Optional. The value of the header.

Returns:

  • (::String)

    Optional. The value of the header.



106
107
108
109
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 106

class SipHeader
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end