Class: Google::Cloud::ContactCenterInsights::V1::ListQaScorecardRevisionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Request to list QaScorecardRevisions

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.

Returns:

  • (::String)

    Optional. A filter to reduce results to a specific subset. Useful for querying scorecard revisions with specific properties.



2050
2051
2052
2053
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050

class ListQaScorecardRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Optional. The maximum number of scorecard revisions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Returns:

  • (::Integer)

    Optional. The maximum number of scorecard revisions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.



2050
2051
2052
2053
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050

class ListQaScorecardRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. The value returned by the last ListQaScorecardRevisionsResponse. This value indicates that this is a continuation of a prior ListQaScorecardRevisions call and that the system should return the next page of data.

Returns:

  • (::String)

    Optional. The value returned by the last ListQaScorecardRevisionsResponse. This value indicates that this is a continuation of a prior ListQaScorecardRevisions call and that the system should return the next page of data.



2050
2051
2052
2053
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050

class ListQaScorecardRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.

Returns:

  • (::String)

    Required. The parent resource of the scorecard revisions. To list all revisions of all scorecards, substitute the QaScorecard ID with a '-' character.



2050
2051
2052
2053
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 2050

class ListQaScorecardRevisionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end