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

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

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

Snippet cited by the answer generation model.

Inheritance

object > DataStoreConnectionSignals.Types.CitedSnippet

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CitedSnippet()

public CitedSnippet()

CitedSnippet(CitedSnippet)

public CitedSnippet(DataStoreConnectionSignals.Types.CitedSnippet other)
Parameter
Name Description
other DataStoreConnectionSignalsTypesCitedSnippet

Properties

SearchSnippet

public DataStoreConnectionSignals.Types.SearchSnippet SearchSnippet { get; set; }

Details of the snippet.

Property Value
Type Description
DataStoreConnectionSignalsTypesSearchSnippet

SnippetIndex

public int SnippetIndex { get; set; }

Index of the snippet in search_snippets field.

Property Value
Type Description
int