Dialogflow v3 API - Class DataStoreConnectionSignals.Types.AnswerPart (2.20.0)

public sealed class DataStoreConnectionSignals.Types.AnswerPart : IMessage<DataStoreConnectionSignals.Types.AnswerPart>, IEquatable<DataStoreConnectionSignals.Types.AnswerPart>, IDeepCloneable<DataStoreConnectionSignals.Types.AnswerPart>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class DataStoreConnectionSignals.Types.AnswerPart.

Answer part with citation.

Inheritance

object > DataStoreConnectionSignals.Types.AnswerPart

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

AnswerPart()

public AnswerPart()

AnswerPart(AnswerPart)

public AnswerPart(DataStoreConnectionSignals.Types.AnswerPart other)
Parameter
Name Description
other DataStoreConnectionSignalsTypesAnswerPart

Properties

SupportingIndices

public RepeatedField<int> SupportingIndices { get; }

Citations for this answer part. Indices of search_snippets.

Property Value
Type Description
RepeatedFieldint

Text

public string Text { get; set; }

Substring of the answer.

Property Value
Type Description
string