Google Cloud Dialogflow v2beta1 API - Class SearchKnowledgeAnswer.Types.AnswerSource (1.0.0-beta15)

public sealed class SearchKnowledgeAnswer.Types.AnswerSource : IMessage<SearchKnowledgeAnswer.Types.AnswerSource>, IEquatable<SearchKnowledgeAnswer.Types.AnswerSource>, IDeepCloneable<SearchKnowledgeAnswer.Types.AnswerSource>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchKnowledgeAnswer.Types.AnswerSource.

The sources of the answers.

Inheritance

object > SearchKnowledgeAnswer.Types.AnswerSource

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

AnswerSource()

public AnswerSource()

AnswerSource(AnswerSource)

public AnswerSource(SearchKnowledgeAnswer.Types.AnswerSource other)
Parameter
NameDescription
otherSearchKnowledgeAnswerTypesAnswerSource

Properties

Snippet

public string Snippet { get; set; }

The relevant snippet of the article.

Property Value
TypeDescription
string

Title

public string Title { get; set; }

The title of the article.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

The URI of the article.

Property Value
TypeDescription
string