Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::Dimension.
A dimension determines the grouping key for the query. In SQL terms, these would be part of both the "SELECT" and "GROUP BY" clauses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_dimension_metadata
def agent_dimension_metadata() -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::AgentDimensionMetadata
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::AgentDimensionMetadata) — Output only. Metadata about the agent dimension.
#dimension_key
def dimension_key() -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey) — The key of the dimension.
#dimension_key=
def dimension_key=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey) — The key of the dimension.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::DimensionKey) — The key of the dimension.
#issue_dimension_metadata
def issue_dimension_metadata() -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::IssueDimensionMetadata
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::IssueDimensionMetadata) — Output only. Metadata about the issue dimension.
#qa_question_answer_dimension_metadata
def qa_question_answer_dimension_metadata() -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionAnswerDimensionMetadata) — Output only. Metadata about the QA question-answer dimension.
#qa_question_dimension_metadata
def qa_question_dimension_metadata() -> ::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionDimensionMetadata
Returns
- (::Google::Cloud::ContactCenterInsights::V1::Dimension::QaQuestionDimensionMetadata) — Output only. Metadata about the QA question dimension.