Send feedback
Class DataStoreConnectionSignals.GroundingSignals.Builder (0.66.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.66.0 keyboard_arrow_down
public static final class DataStoreConnectionSignals . GroundingSignals . Builder extends GeneratedMessageV3 . Builder<DataStoreConnectionSignals . GroundingSignals . Builder > implements DataStoreConnectionSignals . GroundingSignalsOrBuilder
Grounding signals.
Protobuf type
google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataStoreConnectionSignals . GroundingSignals . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DataStoreConnectionSignals . GroundingSignals build ()
buildPartial()
public DataStoreConnectionSignals . GroundingSignals buildPartial ()
clear()
public DataStoreConnectionSignals . GroundingSignals . Builder clear ()
Overrides
clearDecision()
public DataStoreConnectionSignals . GroundingSignals . Builder clearDecision ()
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
clearField(Descriptors.FieldDescriptor field)
public DataStoreConnectionSignals . GroundingSignals . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataStoreConnectionSignals . GroundingSignals . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearScore()
public DataStoreConnectionSignals . GroundingSignals . Builder clearScore ()
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
clone()
public DataStoreConnectionSignals . GroundingSignals . Builder clone ()
Overrides
getDecision()
public DataStoreConnectionSignals . GroundingSignals . GroundingDecision getDecision ()
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
getDecisionValue()
public int getDecisionValue ()
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
Returns
Type
Description
int
The enum numeric value on the wire for decision.
getDefaultInstanceForType()
public DataStoreConnectionSignals . GroundingSignals getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getScore()
public DataStoreConnectionSignals . GroundingSignals . GroundingScoreBucket getScore ()
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
getScoreValue()
public int getScoreValue ()
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
Returns
Type
Description
int
The enum numeric value on the wire for score.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DataStoreConnectionSignals.GroundingSignals other)
public DataStoreConnectionSignals . GroundingSignals . Builder mergeFrom ( DataStoreConnectionSignals . GroundingSignals other )
public DataStoreConnectionSignals . GroundingSignals . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataStoreConnectionSignals . GroundingSignals . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataStoreConnectionSignals . GroundingSignals . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDecision(DataStoreConnectionSignals.GroundingSignals.GroundingDecision value)
public DataStoreConnectionSignals . GroundingSignals . Builder setDecision ( DataStoreConnectionSignals . GroundingSignals . GroundingDecision value )
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
setDecisionValue(int value)
public DataStoreConnectionSignals . GroundingSignals . Builder setDecisionValue ( int value )
Represents the decision of the grounding check.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingDecision decision = 1;
Parameter
Name
Description
value
int
The enum numeric value on the wire for decision to set.
setField(Descriptors.FieldDescriptor field, Object value)
public DataStoreConnectionSignals . GroundingSignals . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataStoreConnectionSignals . GroundingSignals . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setScore(DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket value)
public DataStoreConnectionSignals . GroundingSignals . Builder setScore ( DataStoreConnectionSignals . GroundingSignals . GroundingScoreBucket value )
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
setScoreValue(int value)
public DataStoreConnectionSignals . GroundingSignals . Builder setScoreValue ( int value )
Grounding score bucket setting.
.google.cloud.dialogflow.cx.v3.DataStoreConnectionSignals.GroundingSignals.GroundingScoreBucket score = 2;
Parameter
Name
Description
value
int
The enum numeric value on the wire for score to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final DataStoreConnectionSignals . GroundingSignals . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]