Class: Google::Cloud::ContactCenterInsights::V1::ListAnalysesRequest

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

The request to list analyses.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.

Returns:

  • (::String)

    A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.



269
270
271
272
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 269

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

#page_size::Integer

Returns The maximum number of analyses to return in the response. If this 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)

    The maximum number of analyses to return in the response. If this 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.



269
270
271
272
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 269

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

#page_token::String

Returns The value returned by the last ListAnalysesResponse; indicates that this is a continuation of a prior ListAnalyses call and the system should return the next page of data.

Returns:

  • (::String)

    The value returned by the last ListAnalysesResponse; indicates that this is a continuation of a prior ListAnalyses call and the system should return the next page of data.



269
270
271
272
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 269

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

#parent::String

Returns Required. The parent resource of the analyses.

Returns:

  • (::String)

    Required. The parent resource of the analyses.



269
270
271
272
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 269

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