Google Cloud Dialogflow v2 API - Class SearchKnowledgeResponse (4.27.0)

public sealed class SearchKnowledgeResponse : IMessage<SearchKnowledgeResponse>, IEquatable<SearchKnowledgeResponse>, IDeepCloneable<SearchKnowledgeResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class SearchKnowledgeResponse.

The response message for [Conversations.SearchKnowledge][google.cloud.dialogflow.v2.Conversations.SearchKnowledge].

Inheritance

object > SearchKnowledgeResponse

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

SearchKnowledgeResponse()

public SearchKnowledgeResponse()

SearchKnowledgeResponse(SearchKnowledgeResponse)

public SearchKnowledgeResponse(SearchKnowledgeResponse other)
Parameter
Name Description
other SearchKnowledgeResponse

Properties

Answers

public RepeatedField<SearchKnowledgeAnswer> Answers { get; }

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

Property Value
Type Description
RepeatedField SearchKnowledgeAnswer

RewrittenQuery

public string RewrittenQuery { get; set; }

The rewritten query used to search knowledge.

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.