Class: Google::Cloud::ContactCenterInsights::V1::ListQaQuestionsResponse

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 response from a ListQaQuestions request.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



1736
1737
1738
1739
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1736

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

#qa_questions::Array<::Google::Cloud::ContactCenterInsights::V1::QaQuestion>

Returns The QaQuestions under the parent.

Returns:



1736
1737
1738
1739
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1736

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