Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#generic_web_service ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService
Corresponds to the JSON property
genericWebService. -
#service ⇒ String
Corresponds to the JSON property
service.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
constructor
A new instance of GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig
Returns a new instance of GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig.
9707 9708 9709 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9707 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generic_web_service ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3WebhookGenericWebService
Corresponds to the JSON property genericWebService
9700 9701 9702 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9700 def generic_web_service @generic_web_service end |
#service ⇒ String
Corresponds to the JSON property service
9705 9706 9707 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9705 def service @service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9712 9713 9714 9715 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9712 def update!(**args) @generic_web_service = args[:generic_web_service] if args.key?(:generic_web_service) @service = args[:service] if args.key?(:service) end |