Class: Google::Cloud::Dialogflow::V2::SearchKnowledgeResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

The response message for Conversations.SearchKnowledge.

Instance Attribute Summary collapse

Instance Attribute Details

#answers::Array<::Google::Cloud::Dialogflow::V2::SearchKnowledgeAnswer>

Returns Most relevant snippets extracted from articles in the given knowledge base, ordered by confidence.

Returns:



513
514
515
516
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 513

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

#rewritten_query::String

Returns The rewritten query used to search knowledge.

Returns:

  • (::String)

    The rewritten query used to search knowledge.



513
514
515
516
# File 'proto_docs/google/cloud/dialogflow/v2/conversation.rb', line 513

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