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 v2 API class SearchKnowledgeAnswer.Types.AnswerSource.
The sources of the answers.
Implements
IMessageSearchKnowledgeAnswerTypesAnswerSource, IEquatableSearchKnowledgeAnswerTypesAnswerSource, IDeepCloneableSearchKnowledgeAnswerTypesAnswerSource, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AnswerSource()
public AnswerSource()
AnswerSource(AnswerSource)
public AnswerSource(SearchKnowledgeAnswer.Types.AnswerSource other)
Parameter | |
---|---|
Name | Description |
other |
SearchKnowledgeAnswerTypesAnswerSource |
Properties
Snippet
public string Snippet { get; set; }
The relevant snippet of the article.
Property Value | |
---|---|
Type | Description |
string |
Title
public string Title { get; set; }
The title of the article.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
The URI of the article.
Property Value | |
---|---|
Type | Description |
string |