Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
The request for deleting a QaQuestionTag.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest
Returns a new instance of GoogleCloudContactcenterinsightsV1mainDeleteQaQuestionTagRequest.
18666 18667 18668 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18666 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. The name of the QaQuestionTag to delete.
Corresponds to the JSON property name
18664 18665 18666 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18664 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18671 18672 18673 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 18671 def update!(**args) @name = args[:name] if args.key?(:name) end |