Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

Custom SIP headers. See the description of headers in the RFC.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders

Returns a new instance of GoogleCloudDialogflowV2beta1CallMatcherCustomHeaders.



8113
8114
8115
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8113

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cisco_guidString

Cisco's proprietary Cisco-Guid header. Corresponds to the JSON property ciscoGuid

Returns:

  • (String)


8111
8112
8113
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8111

def cisco_guid
  @cisco_guid
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8118
8119
8120
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 8118

def update!(**args)
  @cisco_guid = args[:cisco_guid] if args.key?(:cisco_guid)
end