public static final class IngestContextReferencesResponse.Builder extends GeneratedMessage.Builder<IngestContextReferencesResponse.Builder> implements IngestContextReferencesResponseOrBuilder
The response message for [ConversationsService.IngestContextReferences][].
Protobuf type google.cloud.dialogflow.v2beta1.IngestContextReferencesResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public IngestContextReferencesResponse build()
buildPartial()
public IngestContextReferencesResponse buildPartial()
clear()
public IngestContextReferencesResponse.Builder clear()
Overrides
clearIngestedContextReferences()
public IngestContextReferencesResponse.Builder clearIngestedContextReferences()
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 GeneratedMessage.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.GeneratedMessage.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.GeneratedMessage.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
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
|