Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::QaQuestion (v1.2.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::QaQuestion.

A single question to be scored by the Insights QA feature.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#abbreviation

def abbreviation() -> ::String
Returns
  • (::String) — Short, descriptive string, used in the UI where it's not practical to display the full question body. E.g., "Greeting".

#abbreviation=

def abbreviation=(value) -> ::String
Parameter
  • value (::String) — Short, descriptive string, used in the UI where it's not practical to display the full question body. E.g., "Greeting".
Returns
  • (::String) — Short, descriptive string, used in the UI where it's not practical to display the full question body. E.g., "Greeting".

#answer_choices

def answer_choices() -> ::Array<::Google::Cloud::ContactCenterInsights::V1::QaQuestion::AnswerChoice>
Returns

#answer_choices=

def answer_choices=(value) -> ::Array<::Google::Cloud::ContactCenterInsights::V1::QaQuestion::AnswerChoice>
Parameter
Returns

#answer_instructions

def answer_instructions() -> ::String
Returns
  • (::String) — Instructions describing how to determine the answer.

#answer_instructions=

def answer_instructions=(value) -> ::String
Parameter
  • value (::String) — Instructions describing how to determine the answer.
Returns
  • (::String) — Instructions describing how to determine the answer.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#metrics

def metrics() -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion::Metrics
Returns

#metrics=

def metrics=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion::Metrics
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}
Returns
  • (::String) — Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question}

#order

def order() -> ::Integer
Returns
  • (::Integer) — Defines the order of the question within its parent scorecard revision.

#order=

def order=(value) -> ::Integer
Parameter
  • value (::Integer) — Defines the order of the question within its parent scorecard revision.
Returns
  • (::Integer) — Defines the order of the question within its parent scorecard revision.

#question_body

def question_body() -> ::String
Returns
  • (::String) — Question text. E.g., "Did the agent greet the customer?"

#question_body=

def question_body=(value) -> ::String
Parameter
  • value (::String) — Question text. E.g., "Did the agent greet the customer?"
Returns
  • (::String) — Question text. E.g., "Did the agent greet the customer?"

#tags

def tags() -> ::Array<::String>
Returns
  • (::Array<::String>) — User-defined list of arbitrary tags for the question. Used for grouping/organization and for weighting the score of each question.

#tags=

def tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — User-defined list of arbitrary tags for the question. Used for grouping/organization and for weighting the score of each question.
Returns
  • (::Array<::String>) — User-defined list of arbitrary tags for the question. Used for grouping/organization and for weighting the score of each question.

#tuning_metadata

def tuning_metadata() -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata
Returns

#tuning_metadata=

def tuning_metadata=(value) -> ::Google::Cloud::ContactCenterInsights::V1::QaQuestion::TuningMetadata
Parameter
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns