Class: Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsRequest

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 QaQuestions.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. The maximum number of questions 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 questions 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.



1723
1724
1725
1726
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1723

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

#page_token::String

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

Returns:

  • (::String)

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



1723
1724
1725
1726
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1723

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

#parent::String

Returns Required. The parent resource of the questions.

Returns:

  • (::String)

    Required. The parent resource of the questions.



1723
1724
1725
1726
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1723

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