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

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

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

Search snippet details.

Inheritance

object > DataStoreConnectionSignals.Types.SearchSnippet

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SearchSnippet()

public SearchSnippet()

SearchSnippet(SearchSnippet)

public SearchSnippet(DataStoreConnectionSignals.Types.SearchSnippet other)
Parameter
Name Description
other DataStoreConnectionSignalsTypesSearchSnippet

Properties

DocumentTitle

public string DocumentTitle { get; set; }

Title of the enclosing document.

Property Value
Type Description
string

DocumentUri

public string DocumentUri { get; set; }

Uri for the document. Present if specified for the document.

Property Value
Type Description
string

Text

public string Text { get; set; }

Text included in the prompt.

Property Value
Type Description
string