public sealed class SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint : IMessage<SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint>, IEquatable<SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint>, IDeepCloneable<SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint.
Constraint expression of a string field.
Inheritance
object > SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraintImplements
IMessageSearchResponseTypesNaturalLanguageQueryUnderstandingInfoTypesStructuredExtractedFilterTypesStringConstraint, IEquatableSearchResponseTypesNaturalLanguageQueryUnderstandingInfoTypesStructuredExtractedFilterTypesStringConstraint, IDeepCloneableSearchResponseTypesNaturalLanguageQueryUnderstandingInfoTypesStructuredExtractedFilterTypesStringConstraint, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
StringConstraint()
public StringConstraint()StringConstraint(StringConstraint)
public StringConstraint(SearchResponse.Types.NaturalLanguageQueryUnderstandingInfo.Types.StructuredExtractedFilter.Types.StringConstraint other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchResponseTypesNaturalLanguageQueryUnderstandingInfoTypesStructuredExtractedFilterTypesStringConstraint |
Properties
FieldName
public string FieldName { get; set; }Name of the string field as defined in the schema.
| Property Value | |
|---|---|
| Type | Description |
string |
|
QuerySegment
public string QuerySegment { get; set; }Identifies the keywords within the search query that match a filter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Values
public RepeatedField<string> Values { get; }Values of the string field. The record will only be returned if the field value matches one of the values specified here.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|