Class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals
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, ...
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignals : 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 GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals AnswerGenerationModelCallSignals { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerGenerationModelCallSignals |
AnswerParts
Optional. Answer parts with relevant citations. Concatenation of texts should add up the answer
(not
counting whitespaces).
Declaration
[JsonProperty("answerParts")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart> AnswerParts { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsAnswerPart> |
CitedSnippets
Optional. Snippets cited by the answer generation model from the most to least relevant.
Declaration
[JsonProperty("citedSnippets")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet> CitedSnippets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsCitedSnippet> |
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 GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals GroundingSignals { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsGroundingSignals |
RewriterModelCallSignals
Optional. Diagnostic info related to the rewriter model call.
Declaration
[JsonProperty("rewriterModelCallSignals")]
public virtual GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals RewriterModelCallSignals { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsRewriterModelCallSignals |
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 GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals SafetySignals { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSafetySignals |
SearchSnippets
Optional. Search snippets included in the answer generation prompt.
Declaration
[JsonProperty("searchSnippets")]
public virtual IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet> SearchSnippets { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet> |