public static interface DataStoreConnectionSignals.CitedSnippetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataStoreConnectionSignals.SearchSnippet |
getSearchSnippet()
Details of the snippet.
|
DataStoreConnectionSignals.SearchSnippetOrBuilder |
getSearchSnippetOrBuilder()
Details of the snippet.
|
int |
getSnippetIndex()
Index of the snippet in `search_snippets` field.
|
boolean |
hasSearchSnippet()
Details of the snippet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSearchSnippet()
Details of the snippet.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SearchSnippet search_snippet = 1;
DataStoreConnectionSignals.SearchSnippet getSearchSnippet()
Details of the snippet.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SearchSnippet search_snippet = 1;
DataStoreConnectionSignals.SearchSnippetOrBuilder getSearchSnippetOrBuilder()
Details of the snippet.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.SearchSnippet search_snippet = 1;
int getSnippetIndex()
Index of the snippet in `search_snippets` field.
int32 snippet_index = 2;Copyright © 2025 Google LLC. All rights reserved.