Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3DataStoreConnectionSignals

Data store connection feature output signals. Might be only partially field if processing stop before the final answer. Reasons for this can be, but are not limited to: empty UCS search results, positive RAI check outcome, grounding failure, ...

Inheritance
object
GoogleCloudDialogflowCxV3DataStoreConnectionSignals
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3DataStoreConnectionSignals : IDirectResponseSchema

Properties

Answer

Optional. The final compiled answer.

Declaration
[JsonProperty("answer")]
public virtual string Answer { get; set; }
Property Value
Type Description
string

AnswerGenerationModelCallSignals

Optional. Diagnostic info related to the answer generation model call.

Declaration
[JsonProperty("answerGenerationModelCallSignals")]
public virtual GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals AnswerGenerationModelCallSignals { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerGenerationModelCallSignals

AnswerParts

Optional. Answer parts with relevant citations. Concatenation of texts should add up the answer (not counting whitespaces).

Declaration
[JsonProperty("answerParts")]
public virtual IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart> AnswerParts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart>

CitedSnippets

Optional. Snippets cited by the answer generation model from the most to least relevant.

Declaration
[JsonProperty("citedSnippets")]
public virtual IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet> CitedSnippets { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsCitedSnippet>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GroundingSignals

Optional. Grounding signals.

Declaration
[JsonProperty("groundingSignals")]
public virtual GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals GroundingSignals { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3DataStoreConnectionSignalsGroundingSignals

RewriterModelCallSignals

Optional. Diagnostic info related to the rewriter model call.

Declaration
[JsonProperty("rewriterModelCallSignals")]
public virtual GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals RewriterModelCallSignals { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3DataStoreConnectionSignalsRewriterModelCallSignals

RewrittenQuery

Optional. Rewritten string query used for search.

Declaration
[JsonProperty("rewrittenQuery")]
public virtual string RewrittenQuery { get; set; }
Property Value
Type Description
string

SafetySignals

Optional. Safety check result.

Declaration
[JsonProperty("safetySignals")]
public virtual GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals SafetySignals { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSafetySignals

SearchSnippets

Optional. Search snippets included in the answer generation prompt.

Declaration
[JsonProperty("searchSnippets")]
public virtual IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet> SearchSnippets { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX