Dimension(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A dimension determines the grouping key for the query. In SQL terms, these would be part of both the "SELECT" and "GROUP BY" clauses.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
issue_dimension_metadata |
google.cloud.contact_center_insights_v1.types.Dimension.IssueDimensionMetadata
Output only. Metadata about the issue dimension. This field is a member of oneof _ dimension_metadata .
|
agent_dimension_metadata |
google.cloud.contact_center_insights_v1.types.Dimension.AgentDimensionMetadata
Output only. Metadata about the agent dimension. This field is a member of oneof _ dimension_metadata .
|
qa_question_dimension_metadata |
google.cloud.contact_center_insights_v1.types.Dimension.QaQuestionDimensionMetadata
Output only. Metadata about the QA question dimension. This field is a member of oneof _ dimension_metadata .
|
qa_question_answer_dimension_metadata |
google.cloud.contact_center_insights_v1.types.Dimension.QaQuestionAnswerDimensionMetadata
Output only. Metadata about the QA question-answer dimension. This field is a member of oneof _ dimension_metadata .
|
dimension_key |
google.cloud.contact_center_insights_v1.types.Dimension.DimensionKey
The key of the dimension. |
Classes
AgentDimensionMetadata
AgentDimensionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the agent dimension.
DimensionKey
DimensionKey(value)
The key of the dimension.
IssueDimensionMetadata
IssueDimensionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the issue dimension.
QaQuestionAnswerDimensionMetadata
QaQuestionAnswerDimensionMetadata(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Metadata about the QA question-answer dimension. This is useful for showing the answer distribution for questions for a given scorecard.
QaQuestionDimensionMetadata
QaQuestionDimensionMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata about the QA question dimension.