Class IngestContextReferencesResponse.Builder (4.82.0)
public static final class IngestContextReferencesResponse.Builder extends GeneratedMessageV3.Builder<IngestContextReferencesResponse.Builder> implements IngestContextReferencesResponseOrBuilder
The response message for [ConversationsService.IngestContextReferences][].
Protobuf type google.cloud.dialogflow.v2beta1.IngestContextReferencesResponse
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 IngestContextReferencesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public IngestContextReferencesResponse build()
buildPartial()
public IngestContextReferencesResponse buildPartial()
clear()
public IngestContextReferencesResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public IngestContextReferencesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearIngestedContextReferences()
public IngestContextReferencesResponse.Builder clearIngestedContextReferences()
clearOneof(Descriptors.OneofDescriptor oneof)
public IngestContextReferencesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public IngestContextReferencesResponse.Builder clone()
Overrides
containsIngestedContextReferences(String key)
public boolean containsIngestedContextReferences(String key)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
Parameter |
Name |
Description |
key |
String
|
getDefaultInstanceForType()
public IngestContextReferencesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getIngestedContextReferences() (deprecated)
public Map<String,Conversation.ContextReference> getIngestedContextReferences()
getIngestedContextReferencesCount()
public int getIngestedContextReferencesCount()
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
Returns |
Type |
Description |
int |
|
getIngestedContextReferencesMap()
public Map<String,Conversation.ContextReference> getIngestedContextReferencesMap()
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
getIngestedContextReferencesOrDefault(String key, Conversation.ContextReference defaultValue)
public Conversation.ContextReference getIngestedContextReferencesOrDefault(String key, Conversation.ContextReference defaultValue)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
getIngestedContextReferencesOrThrow(String key)
public Conversation.ContextReference getIngestedContextReferencesOrThrow(String key)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
Parameter |
Name |
Description |
key |
String
|
getMutableIngestedContextReferences() (deprecated)
public Map<String,Conversation.ContextReference> getMutableIngestedContextReferences()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(IngestContextReferencesResponse other)
public IngestContextReferencesResponse.Builder mergeFrom(IngestContextReferencesResponse other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IngestContextReferencesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public IngestContextReferencesResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IngestContextReferencesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllIngestedContextReferences(Map<String,Conversation.ContextReference> values)
public IngestContextReferencesResponse.Builder putAllIngestedContextReferences(Map<String,Conversation.ContextReference> values)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
putIngestedContextReferences(String key, Conversation.ContextReference value)
public IngestContextReferencesResponse.Builder putIngestedContextReferences(String key, Conversation.ContextReference value)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
putIngestedContextReferencesBuilderIfAbsent(String key)
public Conversation.ContextReference.Builder putIngestedContextReferencesBuilderIfAbsent(String key)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
Parameter |
Name |
Description |
key |
String
|
removeIngestedContextReferences(String key)
public IngestContextReferencesResponse.Builder removeIngestedContextReferences(String key)
All context references ingested.
map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;
Parameter |
Name |
Description |
key |
String
|
setField(Descriptors.FieldDescriptor field, Object value)
public IngestContextReferencesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IngestContextReferencesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final IngestContextReferencesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
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-10-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]