Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata

Inherits:
Object
  • Object
show all
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

Metadata about the QA question dimension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1DimensionQaQuestionDimensionMetadata.



7528
7529
7530
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7528

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

Instance Attribute Details

#qa_question_idString

Optional. The QA question ID. Corresponds to the JSON property qaQuestionId

Returns:

  • (String)


7516
7517
7518
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7516

def qa_question_id
  @qa_question_id
end

#qa_scorecard_idString

Optional. The QA scorecard ID. Corresponds to the JSON property qaScorecardId

Returns:

  • (String)


7521
7522
7523
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7521

def qa_scorecard_id
  @qa_scorecard_id
end

#question_bodyString

Optional. The full body of the question. Corresponds to the JSON property questionBody

Returns:

  • (String)


7526
7527
7528
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7526

def question_body
  @question_body
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7533
7534
7535
7536
7537
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7533

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